diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-07 16:22:03 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-07 16:22:03 +0000 |
commit | 1f92d5d02e01640cdee281681ed4795740a478c5 (patch) | |
tree | 56f0d9c621e17915347e45de46efe40a166f3547 /audio | |
parent | 589dc65bc034a1d84406906488717f4a38ab67f7 (diff) | |
download | FreeBSD-ports-1f92d5d02e01640cdee281681ed4795740a478c5.zip FreeBSD-ports-1f92d5d02e01640cdee281681ed4795740a478c5.tar.gz |
Remove need for gnugetopt. This was corrected in 0.2.26.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/esound/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index f1b1e97..b6f01a7 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -7,6 +7,7 @@ PORTNAME= esound PORTVERSION= 0.2.26 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/esound @@ -14,14 +15,13 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile USE_BZIP2= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lgnugetopt" + LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .include <bsd.port.mk> |