diff options
author | nectar <nectar@FreeBSD.org> | 1999-04-22 14:49:17 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-04-22 14:49:17 +0800 |
commit | f201b4fd15fc926ff48e867a6884082f0e84cf23 (patch) | |
tree | 6ef15cb6a4d421e11df149ce1d9338424562d184 /x11-toolkits | |
parent | fc6a13311970e80e2fc9afa8670fa11dd75b6521 (diff) | |
download | freebsd-ports-gnome-f201b4fd15fc926ff48e867a6884082f0e84cf23.tar.gz freebsd-ports-gnome-f201b4fd15fc926ff48e867a6884082f0e84cf23.tar.zst freebsd-ports-gnome-f201b4fd15fc926ff48e867a6884082f0e84cf23.zip |
Applications using imlib should also use gtk12 (as opposed to any
earlier version).
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtkstep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtkstep/Makefile b/x11-toolkits/gtkstep/Makefile index 0c27873fa1c7..9d2f15de44b3 100644 --- a/x11-toolkits/gtkstep/Makefile +++ b/x11-toolkits/gtkstep/Makefile @@ -3,7 +3,7 @@ # Date Created: 7 nov 98 # Whom: Gilad Rom # -# $Id: Makefile,v 1.3 1999/02/18 04:58:45 vanilla Exp $ +# $Id: Makefile,v 1.4 1999/03/15 18:30:06 nectar Exp $ # DISTNAME= gtkstep-1.4 @@ -17,7 +17,7 @@ LIB_DEPENDS= gdk_imlib.3:${PORTSDIR}/graphics/imlib USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib |