diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-30 03:44:37 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-30 03:44:37 +0000 |
commit | d8eadf9b0b8a6bb2c696f73d69b4de9bb61a532a (patch) | |
tree | a98bb989af415c8b85310a4ee72be23612a9d961 /x11-toolkits/py-gnome | |
parent | 68dd7b16f342cc9f38ab6ec4aa42d6bd7e759aae (diff) | |
download | ports-d8eadf9b0b8a6bb2c696f73d69b4de9bb61a532a.tar.gz ports-d8eadf9b0b8a6bb2c696f73d69b4de9bb61a532a.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-gnome')
-rw-r--r-- | x11-toolkits/py-gnome/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile index db66e38ab161..da3651fddb0e 100644 --- a/x11-toolkits/py-gnome/Makefile +++ b/x11-toolkits/py-gnome/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 |