diff options
author | mat <mat@FreeBSD.org> | 2017-11-06 22:24:39 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-11-06 22:24:39 +0800 |
commit | b61883581350c8725bdd6e566162a53563b6a52e (patch) | |
tree | e7bed27ddec82b68203ba5b47f5a8d0f374d88c4 /math/tomsfastmath | |
parent | 199269eff3d95c0e2977762abd92bec19ed8f2ea (diff) | |
download | freebsd-ports-graphics-b61883581350c8725bdd6e566162a53563b6a52e.tar.gz freebsd-ports-graphics-b61883581350c8725bdd6e566162a53563b6a52e.tar.zst freebsd-ports-graphics-b61883581350c8725bdd6e566162a53563b6a52e.zip |
Fix USE_GITHUB usage.
Sponsored by: Absolight
Diffstat (limited to 'math/tomsfastmath')
-rw-r--r-- | math/tomsfastmath/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index 355b9bdf219..a2ba5799a14 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -17,7 +17,6 @@ USES= compiler:features gmake tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= libtom -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKEFILE= makefile ALL_TARGET= default CFLAGS+= -fPIC |