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/gtk12/Makefile | |
parent | Change library name to libglib11. (diff) |
Change library name to libgtk11.
Reminded by: asami
Diffstat (limited to 'x11-toolkits/gtk12/Makefile')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 2231e1d3b013..f08581bd0f3c 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/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 |