diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
commit | aad09bc5e23eb75a7a865a8b0002fbc6e13d4659 (patch) | |
tree | 69c07cdc4812f0f8be0cc44c38513f540c058778 /x11-toolkits/py-gnome2 | |
parent | 5c818b158c5b9479669f8322b4da8c48f5c30ef9 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/py-gnome2')
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index 1f6e0a1913dd..598e88a6f811 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome PORTVERSION= 2.28.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits python gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/gnome-python/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -13,7 +13,7 @@ DISTNAME= gnome-python-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A set of Python bindings for GNOME 2 +COMMENT= Python bindings for GNOME 2 OPTIONS_DEFINE= EXAMPLES @@ -22,9 +22,9 @@ OPTIONS_SUB= yes BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit +USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 USE_PYTHON= 2 USE_LDCONFIG= yes -USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 USE_GNOME= libgnomeui pygtk2 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \ |