aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libdsp/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-04-02 21:30:06 +0800
committerijliao <ijliao@FreeBSD.org>2001-04-02 21:30:06 +0800
commit873d70f1feb654e825d8e850023c611a0340d21a (patch)
tree0073a3d704190cadbaac4df67ef7ea5c3f57a85d /devel/libdsp/Makefile
parent285f755b1285b407f3eaa8f159b2035f4ed851bd (diff)
downloadfreebsd-ports-gnome-873d70f1feb654e825d8e850023c611a0340d21a.tar.gz
freebsd-ports-gnome-873d70f1feb654e825d8e850023c611a0340d21a.tar.zst
freebsd-ports-gnome-873d70f1feb654e825d8e850023c611a0340d21a.zip
upgrade to 3.3.7
add missing ISNTALLS_SHLIB=yes
Diffstat (limited to 'devel/libdsp/Makefile')
-rw-r--r--devel/libdsp/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/libdsp/Makefile b/devel/libdsp/Makefile
index 36d1398d3d5c..7c91d20bfa9f 100644
--- a/devel/libdsp/Makefile
+++ b/devel/libdsp/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= libdsp
-PORTVERSION= 3.3.6
+PORTVERSION= 3.3.7
CATEGORIES= devel audio
MASTER_SITES= http://www.pp.clinet.fi/~visitor/dlbins/
DISTNAME= libdsp-src
@@ -19,12 +19,13 @@ BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
INSTALLS_SHLIB= yes
-WRKSRC= ${WRKDIR}/${PORTNAME:S/dsp/DSP/}-${PORTVERSION}
+WRKSRC= ${WRKDIR}/libdsp-src/${PORTNAME:S/dsp/DSP/}-${PORTVERSION}
MAKEFILE= Makefile.FreeBSD
+INLINE_VER= 1.2.1
USE_GMAKE= yes
-INLINE_VER= 1.2.0
+INSTALLS_SHLIB= yes
post-patch:
@${PERL} -pi -e "s|%%INLINE_VER%%|${INLINE_VER}|g" ${WRKSRC}/${MAKEFILE}