summaryrefslogtreecommitdiff
path: root/graphics/gtkdps
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1999-01-22 21:47:37 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1999-01-22 21:47:37 +0000
commit847adcda19bac69c3631ec7c78af68a02a36c2f9 (patch)
treeaebb130de962684e29024360c8cb857b90c88d0f /graphics/gtkdps
parentFixup: Ports that want gtk+ 1.0.x should now reference gtk10-config. (diff)
Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config.
Notes
Notes: svn path=/head/; revision=16269
Diffstat (limited to 'graphics/gtkdps')
-rw-r--r--graphics/gtkdps/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile
index 190dfd983601..fc0f4796cf62 100644
--- a/graphics/gtkdps/Makefile
+++ b/graphics/gtkdps/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 April 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.7 1999/01/05 01:04:37 steve Exp $
+# $Id: Makefile,v 1.8 1999/01/12 16:50:44 vanilla Exp $
#
DISTNAME= gtkDPS-0.2.16
@@ -13,11 +13,12 @@ MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/personal/masata-y/gyve/fullkit/gyve
MAINTAINER= nacai@iname.com
-LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk
+LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10
BUILD_DEPENDS= pswrap:${PORTSDIR}/x11/dgs
CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \
--with-dps-libraries=${X11BASE}/lib
+CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk10-config"
GNU_CONFIGURE= yes
USE_X_PREFIX= yes