summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1999-01-22 20:26:59 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1999-01-22 20:26:59 +0000
commit373761d0b19497e946b27d76351789b7202c9437 (patch)
tree0b64d103b60c01746739c07990d993971c5570e4 /cad
parentURL typo. (diff)
Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config.
Notes
Notes: svn path=/head/; revision=16265
Diffstat (limited to 'cad')
-rw-r--r--cad/geda/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile
index 43ee1c798928..d50e08cdafbd 100644
--- a/cad/geda/Makefile
+++ b/cad/geda/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 Nov 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.4 1998/12/10 13:02:48 vanilla Exp $
+# $Id: Makefile,v 1.5 1998/12/27 20:49:40 vanilla Exp $
#
DISTNAME= gEDA-19981213
@@ -20,7 +20,8 @@ LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CFLAGS}"
+CONFIGURE_ENV= CPPFLAGS="${CFLAGS}"
+CONFIGURE_ARGS= --with-gtk-config=${X11BASE}/bin/gtk10-config
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib