From 54b4063cec319dac240785ffe33fcd1f5b6ca137 Mon Sep 17 00:00:00 2001 From: petef Date: Sun, 18 May 2003 16:03:16 +0000 Subject: Use USE_GETOPT_LONG. PR: 51387, 51383, 51380, 51388, 51384, 51372, 51373, 51381, 51382 Submitted by: Ports Fury --- graphics/qtutils/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'graphics/qtutils') diff --git a/graphics/qtutils/Makefile b/graphics/qtutils/Makefile index ebdff61c3a84..e388d71a4a8e 100644 --- a/graphics/qtutils/Makefile +++ b/graphics/qtutils/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis \ 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} @@ -31,11 +32,6 @@ MAN1= qtconv.1 qtsg.1 qtsplit.1 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 ; \ s|-lglib||g ; \ -- cgit