diff options
Diffstat (limited to 'math/gap/Makefile')
-rw-r--r-- | math/gap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index 3c5b0e5398a9..45e2180dc7a5 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -12,7 +12,7 @@ DISTNAME= ${GAP_VERSION}p${PORTVERSION:R:E}_${GAP_DISTTIME} MAINTAINER= johans@FreeBSD.org COMMENT= GAP is a system for computational discrete algebra -LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp +LIB_DEPENDS= libgmp.so:math/gmp USES= gmake shebangfix tar:bzip2 SHEBANG_FILES= configure \ |