diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-02-19 04:28:53 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-02-19 04:28:53 +0000 |
commit | a1a5e0c39bc90e87ad3789ef1eea8c5af466bde7 (patch) | |
tree | 26c99d2fcc5f0f11a94563f4935a22d5a80106b8 /cad | |
parent | Upgrade to 0.99.8. (diff) |
Upgrade to 19990124, it works with gtk11-devel now.
Notes
Notes:
svn path=/head/; revision=16779
Diffstat (limited to 'cad')
-rw-r--r-- | cad/geda/Makefile | 12 | ||||
-rw-r--r-- | cad/geda/distinfo | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 4e26a7f04434..5172d40c3f70 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: geda -# Version required: 19981213 +# Version required: 19990124 # Date created: 24 Nov 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.6 1999/01/22 20:26:59 nectar Exp $ +# $Id: Makefile,v 1.7 1999/01/22 21:30:11 nectar Exp $ # -DISTNAME= gEDA-19981213 -PKGNAME= geda-19981213 +DISTNAME= gEDA-19990124 +PKGNAME= geda-19990124 CATEGORIES= cad MASTER_SITES= http://www.geda.seul.org/dist/ \ ftp://ftp.geda.seul.org/pub/geda/dist/ \ @@ -15,13 +15,13 @@ MASTER_SITES= http://www.geda.seul.org/dist/ \ MAINTAINER= vanilla@FreeBSD.ORG -LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 \ +LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel \ guile.4:${PORTSDIR}/lang/guile USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CFLAGS}" -CONFIGURE_ARGS= --with-gtk-config=${X11BASE}/bin/gtk10-config +CONFIGURE_ARGS= --with-gtk-config=${X11BASE}/bin/gtk11d-config post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib diff --git a/cad/geda/distinfo b/cad/geda/distinfo index 361b13cb75e4..609962c91e5c 100644 --- a/cad/geda/distinfo +++ b/cad/geda/distinfo @@ -1 +1 @@ -MD5 (gEDA-19981213.tar.gz) = efb55a4bd3f34dc612d786771098f08f +MD5 (gEDA-19990124.tar.gz) = 454f32c73cc5f591a444eb11868ef896 |