diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 22:08:37 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 22:08:37 +0800 |
commit | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (patch) | |
tree | 23607acdfffe977946d3c7bb877bab60e64640e7 /lang/qscheme | |
parent | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (diff) | |
download | freebsd-ports-gnome-a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2.tar.gz freebsd-ports-gnome-a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2.tar.zst freebsd-ports-gnome-a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2.zip |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'lang/qscheme')
-rw-r--r-- | lang/qscheme/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile index 482eeb099d03..58d4548aeb38 100644 --- a/lang/qscheme/Makefile +++ b/lang/qscheme/Makefile @@ -12,10 +12,10 @@ COMMENT= Small and fast Scheme interpreter LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/lib/libavcall.a:${PORTSDIR}/devel/ffcall \ - ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre \ - ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/gmp -LIB_DEPENDS= libgetline.so:${PORTSDIR}/devel/libgetline +BUILD_DEPENDS= ${LOCALBASE}/lib/libavcall.a:devel/ffcall \ + ${LOCALBASE}/lib/libpcre.a:devel/pcre \ + ${LOCALBASE}/lib/libgmp.a:math/gmp +LIB_DEPENDS= libgetline.so:devel/libgetline USES= gmake perl5 shebangfix USE_PERL5= build |