summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron>1999-09-04 23:25:03 +0000
committertron <tron>1999-09-04 23:25:03 +0000
commit93f5d9e57d8f8ee0096f2719b3df2f213d90f0e0 (patch)
tree47663dbbe3656bfc03181a436e69c0da92e3a79b /www
parent04daa300cd8f1c45d5c3e63e698311e012cc2115 (diff)
downloadpkgsrc-93f5d9e57d8f8ee0096f2719b3df2f213d90f0e0.tar.gz
Use Motif 1.2 compatible includes and libraries from "lesstif" package.
Diffstat (limited to 'www')
-rw-r--r--www/Mosaic/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile
index cf3448a39c1..66349ff8fdc 100644
--- a/www/Mosaic/Makefile
+++ b/www/Mosaic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1999/06/07 21:40:20 tron Exp $
+# $NetBSD: Makefile,v 1.14 1999/09/04 23:25:03 tron Exp $
# FreeBSD Id: Makefile,v 1.15 1998/05/27 08:44:56 dburr Exp
#
@@ -22,9 +22,9 @@ USE_MOTIF= yes
GNU_CONFIGURE= yes
-LDFLAGS+= -L${X11BASE}/lib
+LDFLAGS+= -L${X11BASE}/LessTif/Motif1.2/lib -L${X11BASE}/lib
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -Dunix"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/LessTif/Motif1.2/include -I${X11BASE}/include -Dunix"
CONFIGURE_ARGS= --with-zdir=/usr --with-jpegdir=${LOCALBASE} --with-pngdir=${LOCALBASE}
post-configure: