diff options
author | fenner <fenner@FreeBSD.org> | 1999-02-11 05:29:31 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-02-11 05:29:31 +0800 |
commit | 96e9b18e784bd76ba8422f1958a98c7fce096393 (patch) | |
tree | 1523da9528dafbb9cf13b7df6f5916a5f86f1afb /x11-wm/windowmaker/Makefile | |
parent | e760fd4b3218ab32c79d11d7313828eb9a6dcb5f (diff) | |
download | freebsd-ports-gnome-96e9b18e784bd76ba8422f1958a98c7fce096393.tar.gz freebsd-ports-gnome-96e9b18e784bd76ba8422f1958a98c7fce096393.tar.zst freebsd-ports-gnome-96e9b18e784bd76ba8422f1958a98c7fce096393.zip |
Upgrade to 0.51.0 . Had to add LIBS= and CPPFLAGS= to CONFIGURE_ENV
to get configure to find libPropList, perhaps because of the libPropList
PREFIX controversy.
PR: ports/9768
Submitted by: maintainer
Diffstat (limited to 'x11-wm/windowmaker/Makefile')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index ea0eb327316d..9675c223ee5d 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: WindowMaker -# Version required: 0.50.2 +# Version required: 0.51.0 # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # -# $Id: Makefile,v 1.44 1999/01/18 06:43:04 asami Exp $ +# $Id: Makefile,v 1.45 1999/01/23 07:05:30 vanilla Exp $ -DISTNAME= WindowMaker-0.50.2 -PKGNAME= windowmaker-0.50.2 +DISTNAME= WindowMaker-0.51.0 +PKGNAME= windowmaker-0.51.0 CATEGORIES= x11-wm windowmaker MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \ ftp://ftp.io.com/pub/mirror/windowmaker/beta/srcs/ \ @@ -19,11 +19,13 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff34 + tiff.4:${PORTSDIR}/graphics/tiff34 \ + PropList.1:${PORTSDIR}/devel/libPropList USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= X11BASE=${X11BASE} +CONFIGURE_ENV= X11BASE=${X11BASE} LIBS=-L${LOCALBASE}/lib \ + CPPFLAGS=-I${LOCALBASE}/include CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ --with-nlsdir=${LOCALBASE}/lib/locale \ --with-gfx-libs="-L${LOCALBASE}/lib" \ |