Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/cgdb/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 21 Jan 2012 17:37:05 -0000 1.24 +++ Makefile 11 Jul 2012 14:23:15 -0000 @@ -19,6 +19,11 @@ GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes +# we need this for openpty(3) . It sucks, +# but since cgdb include a libutil itself, +# we have to specify the full path. +LDFLAGS+= /usr/lib/libutil.so + .include # at this time we can not use LIB_DEPENDS, please read ports/99327