diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-04-22 06:49:17 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-04-22 06:49:17 +0000 |
commit | d78ebc346388c183ca482fcb844f24602b59da8c (patch) | |
tree | 7eeb71cd05a8e7fb507f264522fcefa578b61bf2 /x11-themes | |
parent | bd430b955e3ba65af6a6985a5f28452ef35321d1 (diff) | |
download | ports-d78ebc346388c183ca482fcb844f24602b59da8c.tar.gz ports-d78ebc346388c183ca482fcb844f24602b59da8c.zip |
Applications using imlib should also use gtk12 (as opposed to any
earlier version).
Notes
Notes:
svn path=/head/; revision=18070
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtkstep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/gtkstep/Makefile b/x11-themes/gtkstep/Makefile index 0c27873fa1c7..9d2f15de44b3 100644 --- a/x11-themes/gtkstep/Makefile +++ b/x11-themes/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 |