diff options
author | sat <sat@FreeBSD.org> | 2008-04-14 17:54:47 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2008-04-14 17:54:47 +0800 |
commit | 8c19331b284e6a7a4143e5779f78440d8dfa2eec (patch) | |
tree | b31e1feeed218144095e6687f01b088efbcea025 /x11-toolkits | |
parent | b7e528b891a3eb27fbc818ec1f1c30884a26236b (diff) | |
download | freebsd-ports-gnome-8c19331b284e6a7a4143e5779f78440d8dfa2eec.tar.gz freebsd-ports-gnome-8c19331b284e6a7a4143e5779f78440d8dfa2eec.tar.zst freebsd-ports-gnome-8c19331b284e6a7a4143e5779f78440d8dfa2eec.zip |
- It turns out Tie::Watch was always in Tk
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Tk-JComboBox/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/p5-Tk-JComboBox/Makefile b/x11-toolkits/p5-Tk-JComboBox/Makefile index 8844ae2984b5..151bda37dda8 100644 --- a/x11-toolkits/p5-Tk-JComboBox/Makefile +++ b/x11-toolkits/p5-Tk-JComboBox/Makefile @@ -7,7 +7,7 @@ PORTNAME= Tk-JComboBox PORTVERSION= 1.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= infofarmer@FreeBSD.org COMMENT= Contains a Label or Entry, a Button, and a Listbox -BUILD_DEPENDS= p5-Tk>=804.027:${PORTSDIR}/x11-toolkits/p5-Tk \ - p5-Tie-Watch>=1.2:${PORTSDIR}/devel/p5-Tie-Watch +BUILD_DEPENDS= p5-Tk>=804.027:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |