diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-10 14:30:28 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-10 14:30:28 +0000 |
commit | 9838285dcc2d30e824acfcd591ee9b056d05a48f (patch) | |
tree | e610c0a62446c4fac2fb88513b42cb6adf1188cf /x11-toolkits/gtk30 | |
parent | bf315ea4a688b601e12348f87d5e5130b34798cd (diff) | |
download | ports-9838285dcc2d30e824acfcd591ee9b056d05a48f.tar.gz ports-9838285dcc2d30e824acfcd591ee9b056d05a48f.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk30')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index f62dd69e005f..b34e46b1e3e3 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -3,7 +3,7 @@ # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.30 1998/11/18 10:51:53 asami Exp $ +# $Id: Makefile,v 1.31 1998/12/10 13:18:16 vanilla Exp $ # DISTNAME= gtk+-1.1.2 @@ -17,6 +17,8 @@ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib +BROKEN= upgrade + USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL='$${INSTALL} -c' |