diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-06-26 22:58:32 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-06-26 22:58:32 +0000 |
commit | b2fd75e43812932b61dab72c80fedba5f9715b82 (patch) | |
tree | c06ec55813ad4aa528be251b248e0309e8332282 /devel/libdsp | |
parent | 061c49565fbb5c5cfff7bc561b07c79fbade8f24 (diff) | |
download | ports-b2fd75e43812932b61dab72c80fedba5f9715b82.tar.gz ports-b2fd75e43812932b61dab72c80fedba5f9715b82.zip |
Notes
Diffstat (limited to 'devel/libdsp')
-rw-r--r-- | devel/libdsp/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/libdsp/Makefile b/devel/libdsp/Makefile index de530a374752..feed020d00c6 100644 --- a/devel/libdsp/Makefile +++ b/devel/libdsp/Makefile @@ -16,11 +16,10 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= C++ class library of common digital signal processing functions -# dont use "USE_LIBTOOL=yes" because there's no configure script -BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool - WRKSRC= ${WRKDIR}/libdsp-src/${PORTNAME:S/dsp/DSP/}-${PORTVERSION} +USE_LIBTOOL= yes +LIBTOOLFILES= # none USE_GMAKE= yes MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" MKDIR="${MKDIR}" \ INLINE_VER="${INLINE_VER}" @@ -29,6 +28,10 @@ INSTALLS_SHLIB= yes INLINE_VER= 1.2.5 +# There's no configure script, but we need libtool to build +do-configure: + @${DO_NADA} + .include <bsd.port.pre.mk> .if ${ARCH} == "i386" |