diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-14 11:16:49 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-14 11:16:49 +0000 |
commit | 3d2d1f2933a8e7493eaad477c3140e30c952b4ba (patch) | |
tree | 17af1431fef78168847a93179403f5c4b9765817 /x11-toolkits/gtk30/Makefile | |
parent | 72efc4cbf43ac4da8d2669223f1b2538932bfa4b (diff) | |
download | ports-3d2d1f2933a8e7493eaad477c3140e30c952b4ba.tar.gz ports-3d2d1f2933a8e7493eaad477c3140e30c952b4ba.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk30/Makefile')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 2231e1d3b013..f08581bd0f3c 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.22 1998/08/07 23:08:38 asami Exp $ +# $Id: Makefile,v 1.23 1998/08/12 10:38:28 vanilla Exp $ # DISTNAME= gtk+-1.1.1 @@ -15,8 +15,9 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.1/ \ MAINTAINER= vanilla@FreeBSD.ORG -GNU_CONFIGURE= yes +LIB_DEPENDS= glib11\\.0\\.:${PORTSDIR}/devel/glib +GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL='$${INSTALL} -c' CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk11 |