diff options
author | osa <osa@FreeBSD.org> | 2003-07-01 02:36:37 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-07-01 02:36:37 +0800 |
commit | 06aa07302e8524654f87e2980879ff9cf7abb249 (patch) | |
tree | 5d8141cca293951da5e7ead186907d9307e08b4a /audio/esound | |
parent | 365d026727ec29a792e385bca9e9cf03f25bdb71 (diff) | |
download | freebsd-ports-gnome-06aa07302e8524654f87e2980879ff9cf7abb249.tar.gz freebsd-ports-gnome-06aa07302e8524654f87e2980879ff9cf7abb249.tar.zst freebsd-ports-gnome-06aa07302e8524654f87e2980879ff9cf7abb249.zip |
Use USE_GETOPT_LONG vs. -lgnugetopt (and other strings)
Do not bump PORTREVISION
Approved by: adamw (gnome), fjoe (mentor) (implicit)
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 055adb15d7fe..4a0d164b45d0 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -15,14 +15,12 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= A sound library for enlightenment package -LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile +USE_GETOPT_LONG= yes USE_BZIP2= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lgnugetopt" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= esd-config.1 esd.1 esdcat.1 esdctl.1 esddsp.1 esdfilt.1 esdloop.1 \ |