diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-17 19:03:22 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-17 19:03:22 +0000 |
commit | 8d7979685742f7db4de17e82e100ab28240faeec (patch) | |
tree | 10be7e192899540099a085148aba453e59ccefde /x11-wm/fvwm | |
parent | e5271c3cc18d75edea8931d4b71ca87cfecff355 (diff) | |
download | ports-8d7979685742f7db4de17e82e100ab28240faeec.tar.gz ports-8d7979685742f7db4de17e82e100ab28240faeec.zip |
- set USE_XORG
Notes
Notes:
svn path=/head/; revision=209242
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile index 797085e206b6..886c1ab4687c 100644 --- a/x11-wm/fvwm/Makefile +++ b/x11-wm/fvwm/Makefile @@ -7,7 +7,7 @@ PORTNAME= fvwm PORTVERSION= 1.24r -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-1/ \ ftp://ftp.ics.es.osaka-u.ac.jp/pub/CFAN/sources/1.x/ @@ -17,8 +17,7 @@ COMMENT= The fvwm window manager NO_LATEST_LINK= yes USE_IMAKE= yes -USE_XPM= yes -USE_XORG= xbitmaps +USE_XORG= xbitmaps xpm xext x11 # must overwrite the default from bsd.port.mk XMKMF= xmkmf ALL_TARGET= Makefiles all |