diff options
author | az <az@FreeBSD.org> | 2013-09-06 15:24:27 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-06 15:24:27 +0800 |
commit | 9fa6259cee9e69f7c8b31bf986200dc69d80487f (patch) | |
tree | f7bbbfadc91ba4c76c73945afbfead5caf8e4373 /net | |
parent | bad138aef105d403a66e1451d5c89642681f80c9 (diff) | |
download | freebsd-ports-gnome-9fa6259cee9e69f7c8b31bf986200dc69d80487f.tar.gz freebsd-ports-gnome-9fa6259cee9e69f7c8b31bf986200dc69d80487f.tar.zst freebsd-ports-gnome-9fa6259cee9e69f7c8b31bf986200dc69d80487f.zip |
- Allow respect USES from slave-ports (libproxy-perl now using USES)
Diffstat (limited to 'net')
-rw-r--r-- | net/libproxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libproxy/Makefile b/net/libproxy/Makefile index 126cc2b0caaf..f01a9415d2a8 100644 --- a/net/libproxy/Makefile +++ b/net/libproxy/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= gnome@FreeBSD.org COMMENT?= Library that provides automatic proxy configuration management -USES= cmake +USES+= cmake PLIST_SUB+= VERSION=${PORTVERSION} |