aboutsummaryrefslogtreecommitdiff
path: root/graphics/qtutils
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-05-18 16:03:16 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-05-18 16:03:16 +0000
commita7ebc6b6af894137049859619789b9d49f53d4cd (patch)
tree42e9a6c65cd630a24f1cd0be259f77c000ddc941 /graphics/qtutils
parentc9a0322c4242d5c2b51e17bdebe27bc3191f83de (diff)
downloadports-a7ebc6b6af894137049859619789b9d49f53d4cd.tar.gz
ports-a7ebc6b6af894137049859619789b9d49f53d4cd.zip
Notes
Diffstat (limited to 'graphics/qtutils')
-rw-r--r--graphics/qtutils/Makefile6
1 files changed, 1 insertions, 5 deletions
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 ; \