diff options
author | agc <agc> | 2000-10-06 14:04:07 +0000 |
---|---|---|
committer | agc <agc> | 2000-10-06 14:04:07 +0000 |
commit | 586823b20dd463cc0a51e8caeb85957efd49736d (patch) | |
tree | 74b6a6496bcb03227a9d5fbc021c8607baa635de /www | |
parent | d3452e076423ec79d4b57859d9e4ff034cb528ce (diff) | |
download | pkgsrc-586823b20dd463cc0a51e8caeb85957efd49736d.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')
-rw-r--r-- | www/amaya/Makefile | 5 |
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 |