diff -urN /usr/ports/graphics/qtutils/Makefile graphics/qtutils/Makefile --- /usr/ports/graphics/qtutils/Makefile Mon Apr 21 12:22:48 2003 +++ graphics/qtutils/Makefile Thu Apr 24 03:12:43 2003 @@ -21,6 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GNOME= glib12 +USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} @@ -30,11 +31,6 @@ CPPFLAGS= -I${LOCALBASE}/include `${GLIB_CONFIG} --cflags gthread` LDFLAGS= -L${LOCALBASE}/lib `${GLIB_CONFIG} --libs gthread` - -.if !exists(/usr/include/getopt.h) -LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -LDFLAGS+= -lgnugetopt -.endif post-patch: @${REINPLACE_CMD} -e 's|-g -Wall|@CFLAGS@|g ; \