diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-20 10:07:24 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-20 10:07:24 +0000 |
commit | 2f20203301b5e45e5966ec713dd2ece2d6716e23 (patch) | |
tree | b02d4a212fb2cc6d0e86c4e5f548d0b87bb78e26 /x11-toolkits/p5-Gnome2/Makefile | |
parent | 4b4b6998d327fc4db0376a7a947e47a2e336fe15 (diff) | |
download | ports-2f20203301b5e45e5966ec713dd2ece2d6716e23.tar.gz ports-2f20203301b5e45e5966ec713dd2ece2d6716e23.zip |
Notes
Diffstat (limited to 'x11-toolkits/p5-Gnome2/Makefile')
-rw-r--r-- | x11-toolkits/p5-Gnome2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-toolkits/p5-Gnome2/Makefile b/x11-toolkits/p5-Gnome2/Makefile index 107625548959..9ffd470f49aa 100644 --- a/x11-toolkits/p5-Gnome2/Makefile +++ b/x11-toolkits/p5-Gnome2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Gnome2 -PORTVERSION= 1.043 +PORTVERSION= 1.044 CATEGORIES= x11-toolkits gnome perl5 MASTER_SITES= SF/gtk2-perl/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= p5- @@ -10,6 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Allows a perl developer to use the Gnome libraries +LICENSE= LGPL21 + BUILD_DEPENDS= p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \ p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 \ @@ -26,7 +28,4 @@ USES= perl5 USE_GNOME= libbonoboui libgnome libgnomeui USE_PERL5= configure -post-patch: - @${REINPLACE_CMD} -e '185d' ${WRKSRC}/Makefile.PL - .include <bsd.port.mk> |