diff options
author | jseger <jseger@FreeBSD.org> | 1998-11-25 05:06:28 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-11-25 05:06:28 +0000 |
commit | 404c789b99f73943ae9b2fc4c44599e6a5815c3e (patch) | |
tree | 3175ab9c2720379676a44e52680ecfccc51e6e7a /x11-wm/windowmaker | |
parent | 39e1cbd7a121962872f9c69b7e75a905a5db33a7 (diff) | |
download | FreeBSD-ports-404c789b99f73943ae9b2fc4c44599e6a5815c3e.zip FreeBSD-ports-404c789b99f73943ae9b2fc4c44599e6a5815c3e.tar.gz |
libtiff34->libtiff and include/tiff34/*.h -> include/*.h
Approved by: asami
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index fa572f4..4493ef0 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -3,7 +3,7 @@ # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # -# $Id: Makefile,v 1.37 1998/11/14 09:43:33 asami Exp $ +# $Id: Makefile,v 1.38 1998/11/24 16:04:41 tg Exp $ DISTNAME= WindowMaker-0.20.2 PKGNAME= windowmaker-0.20.2 @@ -19,7 +19,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.2:${PORTSDIR}/graphics/png \ - tiff34.1:${PORTSDIR}/graphics/tiff34 + tiff.1:${PORTSDIR}/graphics/tiff34 USE_X_PREFIX= yes GNU_CONFIGURE= yes @@ -27,7 +27,7 @@ CONFIGURE_ENV= X11BASE=${X11BASE} CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ --with-nlsdir=${LOCALBASE}/lib/locale \ --with-gfx-libs="-L${LOCALBASE}/lib" \ - --with-gfx-incs="-I${LOCALBASE}/include/tiff34 -I${LOCALBASE}/include" \ + --with-gfx-incs="-I${LOCALBASE}/include -I${LOCALBASE}/include" \ --disable-debug MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x \ |