summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-05 06:36:23 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-05 06:36:23 +0000
commitfda2e985daa21bcac7cf4e4882e560933d7ad5e8 (patch)
tree4ccb4a868e97ff347416395233e3825776b24951 /cad
parentImplement USE_GLIB. (diff)
Implement USE_GTK, part 1.
Notes
Notes: svn path=/head/; revision=33424
Diffstat (limited to 'cad')
-rw-r--r--cad/geda/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile
index d8fd3259380d..a075b3ccb2fb 100644
--- a/cad/geda/Makefile
+++ b/cad/geda/Makefile
@@ -15,12 +15,10 @@ DISTNAME= gEDA-19990516
MAINTAINER= vanilla@FreeBSD.org
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
- guile.9:${PORTSDIR}/lang/guile
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile
USE_X_PREFIX= yes
+USE_GTK= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG}