diff options
author | asami <asami@FreeBSD.org> | 1999-01-07 08:19:55 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-07 08:19:55 +0800 |
commit | 552dee385e86b4a5e90592a0c561aa930d41ab84 (patch) | |
tree | 29e126b544a0cb05e4dcc6efb00d8310b0852f5a /x11-toolkits/py-gnome2/Makefile | |
parent | 941a9cb3dd103de01686ae58a2617f3d7675a810 (diff) | |
download | freebsd-ports-gnome-552dee385e86b4a5e90592a0c561aa930d41ab84.tar.gz freebsd-ports-gnome-552dee385e86b4a5e90592a0c561aa930d41ab84.tar.zst freebsd-ports-gnome-552dee385e86b4a5e90592a0c561aa930d41ab84.zip |
Mark this broken while our esteemed Mr. nectar works on fixups after
a repository copy.
Diffstat (limited to 'x11-toolkits/py-gnome2/Makefile')
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index 2d31dd627a22..48d9b3b9570f 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -3,7 +3,7 @@ # Date created: 12/26/1998 # Whom: nectar@FreeBSD.ORG # -# $Id: Makefile,v 1.14 1998/11/11 05:37:38 asami Exp $ +# $Id: Makefile,v 1.15 1998/12/31 05:40:03 nectar Exp $ # DISTNAME= pygtk-0.5.9 @@ -21,6 +21,8 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/python LIB_DEPENDS= Imlib.1:${PORTSDIR}/graphics/imlib RUN_DEPENDS= python:${PORTSDIR}/lang/python +BROKEN= repository copy + GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk11d-config MAKE_FLAGS= OPT="${CFLAGS}" |