summaryrefslogtreecommitdiff
path: root/archivers/lzop
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
commit7f4572eae4327c4403d9ef714cb6de917650662a (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /archivers/lzop
parentFix prop. (diff)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412344
Diffstat (limited to 'archivers/lzop')
-rw-r--r--archivers/lzop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile
index d583c1722849..9894311f42a0 100644
--- a/archivers/lzop/Makefile
+++ b/archivers/lzop/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://www.lzop.org/download/ \
MAINTAINER= mandree@FreeBSD.org
COMMENT= Fast file compressor similar to gzip, using the LZO library
-LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2
+LIB_DEPENDS= liblzo2.so:archivers/lzo2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include