diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-01-21 17:40:15 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-01-21 17:40:15 +0000 |
commit | c59a3834c4bd220def36c5006080d4e0f57b83e0 (patch) | |
tree | d65d5bf921ef2499700b90c4dc6855a0137ddaf2 /deskutils | |
parent | 556296fe6692c3141d20c3bf87b479397ff4f4b0 (diff) | |
download | ports-c59a3834c4bd220def36c5006080d4e0f57b83e0.tar.gz ports-c59a3834c4bd220def36c5006080d4e0f57b83e0.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/p5-Goo/Makefile | 2 | ||||
-rw-r--r-- | deskutils/plans/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/p5-Goo/Makefile b/deskutils/p5-Goo/Makefile index f09f5bf9e287..78bf13c55880 100644 --- a/deskutils/p5-Goo/Makefile +++ b/deskutils/p5-Goo/Makefile @@ -27,7 +27,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Config/Auto.pm:${PORTSDIR}/devel/p5-Config-Auto \ ${SITE_PERL}/Term/ProgressBar.pm:${PORTSDIR}/devel/p5-Term-ProgressBar \ ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ ${SITE_PERL}/Text/FormatTable.pm:${PORTSDIR}/textproc/p5-Text-FormatTable -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} MAN1= goo.1 goo.pl.1 MAN3= Goo.3 \ diff --git a/deskutils/plans/Makefile b/deskutils/plans/Makefile index 41fc7d89d1cb..37a5950c18ad 100644 --- a/deskutils/plans/Makefile +++ b/deskutils/plans/Makefile @@ -29,7 +29,7 @@ MAINTAINER= sylvio@FreeBSD.org COMMENT= A Good Web Calendar BUILD_DEPENDS= p5-CGI-Session>=0:${PORTSDIR}/www/p5-CGI-Session -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= GPLv2 |