diff options
author | eadler <eadler@FreeBSD.org> | 2013-10-30 13:06:48 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-10-30 13:06:48 +0800 |
commit | 1d9e6a34af8d59c092aba437e5cf2d04b4fb4e4f (patch) | |
tree | 2bf04fde4a50b63d05959e532468ac436e7bc09c /comms/spandsp | |
parent | e831000a92efb3000277fb6783adec45d9d62e5f (diff) | |
download | freebsd-ports-gnome-1d9e6a34af8d59c092aba437e5cf2d04b4fb4e4f.tar.gz freebsd-ports-gnome-1d9e6a34af8d59c092aba437e5cf2d04b4fb4e4f.tar.zst freebsd-ports-gnome-1d9e6a34af8d59c092aba437e5cf2d04b4fb4e4f.zip |
- Convert to staging
- Perform general cleanup
Diffstat (limited to 'comms/spandsp')
-rw-r--r-- | comms/spandsp/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/comms/spandsp/Makefile b/comms/spandsp/Makefile index cb8ae35e89d5..960c877009f5 100644 --- a/comms/spandsp/Makefile +++ b/comms/spandsp/Makefile @@ -15,10 +15,7 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool autoconf -USE_GMAKE= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +USES= gmake CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -27,5 +24,4 @@ USE_LDCONFIG= yes CONFLICTS= spandsp-devel-[0-9]* -NO_STAGE= yes .include <bsd.port.mk> |