diff options
author | flz <flz@FreeBSD.org> | 2008-05-13 18:27:09 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2008-05-13 18:27:09 +0800 |
commit | 36973838550ebdad90da776e4c7aedf2fcbe38c1 (patch) | |
tree | c274ce42b1cdf1d22e55fb5ad7360dbcc61b9933 /x11-wm | |
parent | 908c1cb42fc0794739cdbd41757d764f02b6090b (diff) | |
download | freebsd-ports-gnome-36973838550ebdad90da776e4c7aedf2fcbe38c1.tar.gz freebsd-ports-gnome-36973838550ebdad90da776e4c7aedf2fcbe38c1.tar.zst freebsd-ports-gnome-36973838550ebdad90da776e4c7aedf2fcbe38c1.zip |
Fix USE_XORG in preparation of ports/122340. Since USE_IMAKE is bringing in
all xorg-libraries, there's no need to bump PORTREVISION for now.
Approved by: portmgr (self)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/piewm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/tvtwm/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/piewm/Makefile b/x11-wm/piewm/Makefile index 047c9ca63e28..0f1a2626a1a0 100644 --- a/x11-wm/piewm/Makefile +++ b/x11-wm/piewm/Makefile @@ -16,7 +16,7 @@ COMMENT= A tvtwm with pie (circular) menus DISABLE_SIZE= yes USE_IMAKE= yes -USE_XORG= xbitmaps xpm +USE_XORG= xbitmaps xpm xmu MAN1= piewm.1 .include <bsd.port.mk> diff --git a/x11-wm/tvtwm/Makefile b/x11-wm/tvtwm/Makefile index 573cd140ec57..dae043230998 100644 --- a/x11-wm/tvtwm/Makefile +++ b/x11-wm/tvtwm/Makefile @@ -18,7 +18,7 @@ COMMENT= Twm with a virtual desktop WRKSRC= ${WRKDIR}/tvtwm USE_IMAKE= yes -USE_XORG= xbitmaps xpm +USE_XORG= xbitmaps xpm xmu MAN1= tvtwm.1 MANCOMPRESSED= no PLIST_FILES= bin/tvtwm |