diff options
author | az <az@FreeBSD.org> | 2012-06-29 02:37:23 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 02:37:23 +0800 |
commit | d767f0728d3efeb994fab115409d2613056d4dcb (patch) | |
tree | fcc23cd040c16dbe5fcf8d453dc0e501e4c30dac /misc/telbook | |
parent | 22c51e57b674473bf359f08d37a6a1c82ff7bea7 (diff) | |
download | freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.gz freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.zst freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.zip |
- Remove SITE_PERL from *_DEPENDS
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 |