diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-11-18 17:33:50 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-11-18 17:33:50 +0000 |
commit | fbc2a074d437464e2f0846067b66a7b4a74034c6 (patch) | |
tree | 6c3efbfddd042fefaf547ce126cd8c8efe7bfbb9 /math/geg | |
parent | b790c638af8e0218270b77df3ed2158dda5c0210 (diff) | |
download | FreeBSD-ports-fbc2a074d437464e2f0846067b66a7b4a74034c6.zip FreeBSD-ports-fbc2a074d437464e2f0846067b66a7b4a74034c6.tar.gz |
Upgrade to 0.15.0
PR: ports/8403
Submitted by: maintainer
Diffstat (limited to 'math/geg')
-rw-r--r-- | math/geg/Makefile | 9 | ||||
-rw-r--r-- | math/geg/distinfo | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile index ea71cbf..4d7235b 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> diff --git a/math/geg/distinfo b/math/geg/distinfo index f1a6584..be35e0f 100644 --- a/math/geg/distinfo +++ b/math/geg/distinfo @@ -1 +1 @@ -MD5 (geg-0.12.tar.gz) = 8b37dddcfc5ed17a27c34de74a5993fe +MD5 (geg-0.15.0.tar.gz) = c336012df6b69c29021fa8fb0bd44eaf |