diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 6d9d53de2b90787463359858181f9834006df53e (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /science/harminv/Makefile | |
parent | 62db3fa63ab35a5866c4d2878dd50ff319f03aeb (diff) | |
download | FreeBSD-ports-6d9d53de2b90787463359858181f9834006df53e.zip FreeBSD-ports-6d9d53de2b90787463359858181f9834006df53e.tar.gz |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'science/harminv/Makefile')
-rw-r--r-- | science/harminv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/harminv/Makefile b/science/harminv/Makefile index 4711905..1b25370 100644 --- a/science/harminv/Makefile +++ b/science/harminv/Makefile @@ -19,6 +19,6 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" USE_LDCONFIG= yes -LIB_DEPENDS+= libguile-2.0.so:${PORTSDIR}/lang/guile2 +LIB_DEPENDS+= libguile-2.0.so:lang/guile2 .include <bsd.port.mk> |