summaryrefslogtreecommitdiff
path: root/www/amaya
diff options
context:
space:
mode:
authoragc <agc>2000-10-06 14:04:07 +0000
committeragc <agc>2000-10-06 14:04:07 +0000
commita8147a2a7248cbf4b8610ee2facb75eaf0cb455a (patch)
tree74b6a6496bcb03227a9d5fbc021c8607baa635de /www/amaya
parent3ef75b235ee278f07cac663d9b526f3e32c8fbb9 (diff)
downloadpkgsrc-a8147a2a7248cbf4b8610ee2facb75eaf0cb455a.tar.gz
Pass --with-motif argument to configure, "just so that it knows"
Add -Dunix to CFLAGS Pass MOTIFBASE down through the environment, so that the configure script can pick this up, and find lesstif if xpkgwedge is installed.
Diffstat (limited to 'www/amaya')
-rw-r--r--www/amaya/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/amaya/Makefile b/www/amaya/Makefile
index 638ad16ecda..cb622e9d61f 100644
--- a/www/amaya/Makefile
+++ b/www/amaya/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/20 16:50:08 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2000/10/06 14:04:07 agc Exp $
#
DISTNAME= amaya-src-3.1
@@ -13,6 +13,9 @@ HOMEPAGE= http://www.w3.org/Amaya/
WRKSRC= ${WRKDIR}/Amaya/work
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ../configure
+CONFIGURE_ARGS+= --with-motif
+CONFIGURE_ENV+= MOTIFBASE=${MOTIFBASE}
+CFLAGS+= -Dunix
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= png>=1.0.1:../../graphics/png