summaryrefslogtreecommitdiff
path: root/graphics/xsane
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-29 03:56:15 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-29 03:56:15 +0000
commit92103d6d5cd276d1373540bf8b9d97a23929f822 (patch)
tree2313fd648f4f8aae5fe387795ed60d255d84b5d9 /graphics/xsane
parentUpdate to version 0.85 and use gtk version 1.2.3. (diff)
Update to use gtk version 1.2.3.
PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=19055
Diffstat (limited to 'graphics/xsane')
-rw-r--r--graphics/xsane/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile
index 325353484494..492b5248e82c 100644
--- a/graphics/xsane/Makefile
+++ b/graphics/xsane/Makefile
@@ -3,7 +3,7 @@
# Date created: Fri Apr 8 00:18:29 MET DST 1999
# Whom: domi@saargate.de
#
-# $Id: Makefile,v 1.1.1.1 1999/05/09 22:38:22 dirk Exp $
+# $Id: Makefile,v 1.2 1999/05/12 22:34:59 asami Exp $
#
DISTNAME= xsane-0.22
@@ -13,20 +13,22 @@ MASTER_SITES= http://www.wolfsburg.de/~rauch/sane/ \
MAINTAINER= domi@saargate.de
-LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
sane.1:${PORTSDIR}/graphics/sane \
jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff34 \
png.3:${PORTSDIR}/graphics/png
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
USE_GMAKE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
MAN1= xsane.1
-CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
- GTK_CONFIG="${X11BASE}/bin/gtk12-config"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ GTK_CONFIG="${GTK_CONFIG}"
.include <bsd.port.pre.mk>