diff options
author | ade <ade@FreeBSD.org> | 2004-06-05 01:29:38 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-06-05 01:29:38 +0800 |
commit | ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a (patch) | |
tree | 0f8268b015ec949860a3c2ab315d341fbbc7615c /devel/libdsp/Makefile | |
parent | 62cb740217d0f5aa007d7cab9d007fb551534a4f (diff) | |
download | freebsd-ports-gnome-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.gz freebsd-ports-gnome-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.zst freebsd-ports-gnome-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.zip |
Sync with new bsd.autotools.mk
Diffstat (limited to 'devel/libdsp/Makefile')
-rw-r--r-- | devel/libdsp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libdsp/Makefile b/devel/libdsp/Makefile index 41f6022b62be..387e848d59eb 100644 --- a/devel/libdsp/Makefile +++ b/devel/libdsp/Makefile @@ -19,8 +19,7 @@ COMMENT= C++ class library of common digital signal processing functions WRKSRC= ${WRKDIR}/libdsp-src/${PORTNAME:S/dsp/DSP/}-${PORTVERSION} -USE_LIBTOOL_VER= 13 -LIBTOOLFILES= # none +WANT_LIBTOOL_VER=13 USE_GMAKE= yes MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" MKDIR="${MKDIR}" \ INLINE_VER="${INLINE_VER}" @@ -29,7 +28,6 @@ INSTALLS_SHLIB= yes INLINE_VER= 1.2.5 -# There's no configure script, but we need libtool to build do-configure: @${DO_NADA} |