aboutsummaryrefslogtreecommitdiff
path: root/net/p5-URI-OpenURL
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-06-16 02:41:52 +0000
committerSteve Wills <swills@FreeBSD.org>2012-06-16 02:41:52 +0000
commit781a0d8310573a485312e96bf5855ac9103efe08 (patch)
treece79b2549f3f450c2861730e0280d100e95a4a41 /net/p5-URI-OpenURL
parentcb6617c6aa9514f95ac9008100456aae400fc8d6 (diff)
downloadports-781a0d8310573a485312e96bf5855ac9103efe08.tar.gz
ports-781a0d8310573a485312e96bf5855ac9103efe08.zip
- Avoid += without preceeding definition
Notes
Notes: svn path=/head/; revision=299379
Diffstat (limited to 'net/p5-URI-OpenURL')
-rw-r--r--net/p5-URI-OpenURL/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-URI-OpenURL/Makefile b/net/p5-URI-OpenURL/Makefile
index 7bd4e62610fc..5d7be7c2a727 100644
--- a/net/p5-URI-OpenURL/Makefile
+++ b/net/p5-URI-OpenURL/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Parse and construct OpenURL's (NISO Z39.88-2004)
BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI
-RUN_DEPENDS+= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= URI::OpenURL.3