diff options
author | steve <steve@FreeBSD.org> | 1999-05-30 11:44:37 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-30 11:44:37 +0800 |
commit | be1e508b9e238939292362ead7731bb05a4e8565 (patch) | |
tree | 81faa0ee89e0ac7944b5ab35a050c6572eec3a47 /x11-toolkits/py-gtk2 | |
parent | 8e3c6f58c5911a8fd442c038b9f772d127080a62 (diff) | |
download | freebsd-ports-gnome-be1e508b9e238939292362ead7731bb05a4e8565.tar.gz freebsd-ports-gnome-be1e508b9e238939292362ead7731bb05a4e8565.tar.zst freebsd-ports-gnome-be1e508b9e238939292362ead7731bb05a4e8565.zip |
Use new gnome ports.
PR: 11844
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'x11-toolkits/py-gtk2')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index db66e38ab161..da3651fddb0e 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -3,7 +3,7 @@ # Date created: 03/14/1999 # Whom: nectar@FreeBSD.ORG # -# $Id: Makefile,v 1.24 1999/03/16 19:42:34 nectar Exp $ +# $Id: Makefile,v 1.25 1999/05/27 02:25:12 nectar Exp $ # DISTNAME= gnome-python-1.0.3 @@ -18,12 +18,14 @@ MASTER_SITES= ftp://ftp.daa.com.au/pub/james/python/ \ MAINTAINER= nectar@FreeBSD.ORG BUILD_DEPENDS= python:${PORTSDIR}/lang/python -LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= capplet.1:${PORTSDIR}/sysutils/gnomecontrolcenter RUN_DEPENDS= python:${PORTSDIR}/lang/python +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" PLIST= ${WRKSRC}/PLIST DOCDIR= share/doc/py-gnome |