diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-30 03:11:51 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-30 03:11:51 +0800 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /devel/bullet | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) | |
download | freebsd-ports-gnome-a84c115a09e00e14810cb1deb7bf4637a33ad313.tar.gz freebsd-ports-gnome-a84c115a09e00e14810cb1deb7bf4637a33ad313.tar.zst freebsd-ports-gnome-a84c115a09e00e14810cb1deb7bf4637a33ad313.zip |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'devel/bullet')
-rw-r--r-- | devel/bullet/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/bullet/Makefile b/devel/bullet/Makefile index 6ac28174a302..c5a21d7d690e 100644 --- a/devel/bullet/Makefile +++ b/devel/bullet/Makefile @@ -7,7 +7,6 @@ CATEGORIES= devel PORTREVISION= 1 MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-${PORTVERSION}-${SVN_COMMIT} -EXTRACT_SUFX= .tgz MAINTAINER= acm@FreeBSD.org COMMENT= 3D collision detection and rigid body dynamics library @@ -17,7 +16,7 @@ LICENSE= ZLIB USE_GL= gl glu glut USE_XORG= x11 -USES= cmake +USES= cmake tar:tgz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -pthread |