diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-08-15 20:59:58 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-08-15 20:59:58 +0800 |
commit | 838e5c42653275a572db21f4248c8589f59a0702 (patch) | |
tree | 89d53f5a5387508717c9fec2778f37d0fca922ff /audio | |
parent | f659e8915fe3c9408647c3a9d336e5fb2dcb7288 (diff) | |
download | freebsd-ports-gnome-838e5c42653275a572db21f4248c8589f59a0702.tar.gz freebsd-ports-gnome-838e5c42653275a572db21f4248c8589f59a0702.tar.zst freebsd-ports-gnome-838e5c42653275a572db21f4248c8589f59a0702.zip |
- Chase audio/libadplug update
- Use USE_LDCONFIG
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ocp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index 98de8258ae3d..e1971b7255dd 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -7,7 +7,7 @@ PORTNAME= ocp PORTVERSION= 0.1.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://stian.lunafish.org/ocp/ \ http://critical.ch/distfiles/ \ @@ -25,6 +25,7 @@ ONLY_FOR_ARCHS= i386 GNU_CONFIGURE= yes USE_GMAKE= yes USE_GCC= 3.4+ +USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib @@ -65,7 +66,7 @@ CONFIGURE_ARGS+= --with-x11=yes CONFIGURE_ARGS+= --with-debug .endif .if defined(WITH_ADPLUG) -LIB_DEPENDS+= adplug-2.0.0:${PORTSDIR}/audio/libadplug +LIB_DEPENDS+= adplug-2.0.1.0:${PORTSDIR}/audio/libadplug CONFIGURE_ARGS+= --without-x11 --with-adplug PLIST_SUB+= ADPLUG="" .else |