diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2011-04-14 06:07:12 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2011-04-14 06:07:12 +0000 |
commit | fe4dec714f24c3b1f4db633d430445f4a600b747 (patch) | |
tree | 03b58c167c0c76779141b211481fc2f641294e49 /x11/libexo | |
parent | 189730ae956672094ff011d873365e98444bcf2b (diff) |
Notes
Diffstat (limited to 'x11/libexo')
-rw-r--r-- | x11/libexo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index 099619bd7075..bbd368d6e081 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -16,7 +16,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= Terminal library, extensions to Xfce by os-cillation BUILD_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI WRKSRC= ${WRKDIR}/${DISTNAME} |