diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-10-30 05:06:48 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-10-30 05:06:48 +0000 |
commit | f37538240c843f6eeecaa6ad8bcdfaff0a957aa7 (patch) | |
tree | 2bf04fde4a50b63d05959e532468ac436e7bc09c /comms | |
parent | 00bc59125f2078afed6747d1aafac7acb76e244c (diff) |
- Convert to staging
- Perform general cleanup
Notes
Notes:
svn path=/head/; revision=332064
Diffstat (limited to 'comms')
-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> |