diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-30 18:36:37 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-30 18:36:37 +0000 |
commit | c1d355bfe41722338d4538987b8f6e8d66c0cd96 (patch) | |
tree | 9d60a8aae813a2ee5209ddcb09868116f364b2d2 /audio/esound | |
parent | d754c541e069eab15113975ed1a7b6280dcd17b8 (diff) | |
download | ports-c1d355bfe41722338d4538987b8f6e8d66c0cd96.tar.gz ports-c1d355bfe41722338d4538987b8f6e8d66c0cd96.zip |
Notes
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 \ |