diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 01:30:26 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 01:30:26 +0000 |
commit | db1f0a2d6a9b3de3b84a12a3cc28ddb829909b82 (patch) | |
tree | 0c7b88303d321fa699c4387aadd31fa2792c7d4a /x11-wm/fvwm24/Makefile | |
parent | Deploy USE_GNOMENG infrastructure (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42305
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65459
Diffstat (limited to 'x11-wm/fvwm24/Makefile')
-rw-r--r-- | x11-wm/fvwm24/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-wm/fvwm24/Makefile b/x11-wm/fvwm24/Makefile index ba2d10086d07..b7063924444a 100644 --- a/x11-wm/fvwm24/Makefile +++ b/x11-wm/fvwm24/Makefile @@ -12,7 +12,6 @@ MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} fvwm_icons.tgz EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -USE_BZIP2= yes MAINTAINER= cy@FreeBSD.org @@ -25,13 +24,15 @@ LIB_DEPENDS+= stroke.0:${PORTSDIR}/devel/libstroke USE_GMAKE= yes USE_XPM= yes USE_X_PREFIX= yes +USE_BZIP2= yes +USE_GNOMENG= yes +WANT_GNOME= yes .include <bsd.port.pre.mk> -WANT_GNOME= yes -.if defined(HAVE_GNOME) -USE_GTK= yes -USE_IMLIB= yes +.if ${HAVE_GNOME:Mimlib}!="" +USE_GNOME+= imlib +PKGNAMESUFFIX= -imlib .endif GNU_CONFIGURE= yes |