diff options
author | asami <asami@FreeBSD.org> | 1998-09-23 07:31:14 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-23 07:31:14 +0800 |
commit | 324c71151d963527e0bbab50db9c228ebb79c0fe (patch) | |
tree | 02b9be8d384cab55eef9f49f32ac53553d6f41b0 /x11-toolkits/gtk30 | |
parent | ad1363dca57ffb70badaae8ee808c777b8147885 (diff) | |
download | freebsd-ports-gnome-324c71151d963527e0bbab50db9c228ebb79c0fe.tar.gz freebsd-ports-gnome-324c71151d963527e0bbab50db9c228ebb79c0fe.tar.zst freebsd-ports-gnome-324c71151d963527e0bbab50db9c228ebb79c0fe.zip |
glib is now ELFized.
Diffstat (limited to 'x11-toolkits/gtk30')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index a4b52344a5a8..e35459ec6801 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.24 1998/08/14 11:16:49 vanilla Exp $ +# $Id: Makefile,v 1.25 1998/09/15 11:41:42 vanilla Exp $ # DISTNAME= gtk+-1.1.1 @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.1/ \ MAINTAINER= vanilla@FreeBSD.ORG -LIB_DEPENDS= glib11\\.0\\.:${PORTSDIR}/devel/glib +LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib USE_X_PREFIX= yes GNU_CONFIGURE= yes |