summaryrefslogtreecommitdiff
path: root/audio/esound
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-07 16:22:03 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-07 16:22:03 +0000
commit179302cded6ed1616964b0fa2a085429b8263fc0 (patch)
tree0b315b2cfe56f0b480aafe63ae404ae933daba8c /audio/esound
parentUpdate to Subversion 0.12.0 (revision 1868). (diff)
Remove need for gnugetopt. This was corrected in 0.2.26.
Notes
Notes: svn path=/head/; revision=58661
Diffstat (limited to 'audio/esound')
-rw-r--r--audio/esound/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile
index f1b1e97e03c1..b6f01a744d59 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>