diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /sysutils/logstalgia | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) | |
download | freebsd-ports-597afc47baba19000afd8ec4880a2c47975b0367.zip |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'sysutils/logstalgia')
-rw-r--r-- | sysutils/logstalgia/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/logstalgia/Makefile b/sysutils/logstalgia/Makefile index 21bbbab1c34a..de68d98e8c03 100644 --- a/sysutils/logstalgia/Makefile +++ b/sysutils/logstalgia/Makefile @@ -12,9 +12,9 @@ COMMENT= Website access log visualization tool LICENSE= GPLv3 -LIB_DEPENDS= libftgl.so:${PORTSDIR}/graphics/ftgl \ - libpng.so:${PORTSDIR}/graphics/png \ - libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libftgl.so:graphics/ftgl \ + libpng.so:graphics/png \ + libpcre.so:devel/pcre GNU_CONFIGURE= yes USES= jpeg pkgconfig |