diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-23 08:32:08 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-23 08:32:08 +0000 |
commit | 6980d0bfe1bb1d4962c0fef5ffcba0d8d2b3ef7a (patch) | |
tree | 87a4794a2b3bb408306bdc4063ea585410002c90 /math/geg | |
parent | 2adf6e2398e6e4fe635766df42d7e60ae2a58bdb (diff) |
Make this thing build. (Actually it's failing in configure.) Is it
too much to ask that people at least TEST these things before they
commit them?!?
Notes
Notes:
svn path=/head/; revision=14800
Diffstat (limited to 'math/geg')
-rw-r--r-- | math/geg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile index 4d7235b77adf..305054625746 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -3,7 +3,7 @@ # Date created: 8 Aug 1998 # Whom: rom # -# $Id: Makefile,v 1.3 1998/09/22 22:55:54 asami Exp $ +# $Id: Makefile,v 1.4 1998/11/18 17:33:50 vanilla Exp $ # DISTNAME= geg-0.15.0 @@ -17,8 +17,8 @@ LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ GTK_CONFIG="${X11BASE}/bin/gtk11-config" \ - LIBS="${LOCALBASE}/lib" + LIBS="-L${X11BASE}/lib -lgtk11" .include <bsd.port.mk> |