diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 18:37:23 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 18:37:23 +0000 |
commit | 2f57eb092608beb8bbffe9812d1ec7c511510adc (patch) | |
tree | 97c05a4ce9683e5d9a23d2f9aae98d4c08cb2f85 /misc/telbook | |
parent | 249ae119e2118396c64c42bcc26b25b0fbbcc8e5 (diff) |
Notes
Diffstat (limited to 'misc/telbook')
-rw-r--r-- | misc/telbook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/telbook/Makefile b/misc/telbook/Makefile index 708eef5cf159..c90d6dd5effe 100644 --- a/misc/telbook/Makefile +++ b/misc/telbook/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://home.arcor.de/kaffeetisch/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple telephone book -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 +RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 NO_BUILD= yes USE_BZIP2= yes |