diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-29 23:09:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-29 23:09:42 +0800 |
commit | dc9bbc20a7e0f17bd98a4260c6a3e827fc984cc3 (patch) | |
tree | 011775022245fb62b7480f74945534657ddc0d32 /devel/stlport | |
parent | 8bcb34b6a41fbce7d2d7e64efc303fa9f1204f81 (diff) | |
download | freebsd-ports-gnome-dc9bbc20a7e0f17bd98a4260c6a3e827fc984cc3.tar.gz freebsd-ports-gnome-dc9bbc20a7e0f17bd98a4260c6a3e827fc984cc3.tar.zst freebsd-ports-gnome-dc9bbc20a7e0f17bd98a4260c6a3e827fc984cc3.zip |
- Convert gmake, bzip2 to USES
Approved by: portmgr
Diffstat (limited to 'devel/stlport')
-rw-r--r-- | devel/stlport/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile index 28a6d2bc8967..610d2e646130 100644 --- a/devel/stlport/Makefile +++ b/devel/stlport/Makefile @@ -11,11 +11,11 @@ DISTNAME= STLport-${PORTVERSION:S/.b/-b/} MAINTAINER= ports@FreeBSD.org COMMENT= Adaptation of SGI\'s Standard Template Library -USE_BZIP2= yes WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/}/build/lib PATCH_WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/} -USE_GMAKE= yes + +USES= gmake tar:bzip2 USE_GCC= any COMPILER?= gcc MAKEFILE= ${COMPILER}.mak |