diff options
author | cy <cy@FreeBSD.org> | 2011-04-02 12:49:02 +0000 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2011-04-02 12:49:02 +0000 |
commit | d022a5e399a24b92312a4cb7c8b28ddf9289af04 (patch) | |
tree | 302ab94fb95280e412b85fe4bea3dad4dacba31c | |
parent | 613b05dab3406d815ec3de9efb0045acb2566a18 (diff) | |
download | FreeBSD-ports-d022a5e399a24b92312a4cb7c8b28ddf9289af04.zip FreeBSD-ports-d022a5e399a24b92312a4cb7c8b28ddf9289af04.tar.gz |
- Replace direct (via LIB_DEPENDS) libXft dependency with USE_XORG one
- Cleanup and reformat Makefile header
Submitted by: danfe
-rw-r--r-- | x11-wm/fvwm2-devel/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/fvwm2-devel/Makefile b/x11-wm/fvwm2-devel/Makefile index 46d03d5..4878564 100644 --- a/x11-wm/fvwm2-devel/Makefile +++ b/x11-wm/fvwm2-devel/Makefile @@ -1,6 +1,6 @@ -# New ports collection makefile for: Fvwm2 -# Date created: 20 Jan 1996 -# Whom: peter +# New ports collection makefile for: Fvwm2 (unstable release) +# Date created: 20 Jan 1996 +# Whom: Peter Wemm <peter@FreeBSD.org> # # $FreeBSD$ # @@ -16,17 +16,17 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= cy@FreeBSD.org COMMENT= Popular virtual window manager for X -LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 # Other ports this port cannot coexist with CONFLICTS?= fvwm-1.* fvwm-2.4.* NO_LATEST_LINK= yes + GNU_CONFIGURE= yes CONFIGURE_ENV= X_CFLAGS=-I${LOCALBASE}/include CONFIGURE_ARGS= --with-png-library=${LOCALBASE}/lib USE_GMAKE= yes -USE_XORG= xpm +USE_XORG= xpm xft USE_BZIP2= yes WANT_GNOME= yes |