diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-18 17:33:50 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-18 17:33:50 +0000 |
commit | 75a360dc1e91a01b1601c9313dddc7ed4931d1bc (patch) | |
tree | 9838602a31b3301e67e5b6c58503ee606ae743cb /math/geg/Makefile | |
parent | 09ac4d599dfd416c5c61bf1406d675cc49d7c933 (diff) |
Notes
Diffstat (limited to 'math/geg/Makefile')
-rw-r--r-- | math/geg/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile index ea71cbf534a6..4d7235b77adf 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: geg -# Version required: 0.12 +# Version required: 0.15.0 # Date created: 8 Aug 1998 # Whom: rom # -# $Id: Makefile,v 1.2 1998/09/16 21:47:38 vanilla Exp $ +# $Id: Makefile,v 1.3 1998/09/22 22:55:54 asami Exp $ # -DISTNAME= geg-0.12 +DISTNAME= geg-0.15.0 CATEGORIES= math MASTER_SITES= http://www.geocities.com/SiliconValley/Park/2030/ @@ -17,5 +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" \ + GTK_CONFIG="${X11BASE}/bin/gtk11-config" \ + LIBS="${LOCALBASE}/lib" .include <bsd.port.mk> |