diff options
Diffstat (limited to 'www/Mosaic')
-rw-r--r-- | www/Mosaic/Makefile | 6 |
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: |