aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-11-23 16:32:08 +0800
committerasami <asami@FreeBSD.org>1998-11-23 16:32:08 +0800
commit42a2b9ac4779027e99107864239b9506976c7502 (patch)
tree3729555dcf09302de89eab2b79508afc18636349 /math
parent1f30332d0a60097f93e0755e3e559e566adb72cc (diff)
downloadfreebsd-ports-gnome-42a2b9ac4779027e99107864239b9506976c7502.tar.gz
freebsd-ports-gnome-42a2b9ac4779027e99107864239b9506976c7502.tar.zst
freebsd-ports-gnome-42a2b9ac4779027e99107864239b9506976c7502.zip
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?!?
Diffstat (limited to 'math')
-rw-r--r--math/geg/Makefile6
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>