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 /sysutils/xfsm | |
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 'sysutils/xfsm')
-rw-r--r-- | sysutils/xfsm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/xfsm/Makefile b/sysutils/xfsm/Makefile index e831df1eda99..cf20de639237 100644 --- a/sysutils/xfsm/Makefile +++ b/sysutils/xfsm/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= X File System Monitor USE_IMAKE= yes -USE_XORG= xbitmaps +USE_XORG= xbitmaps x11 xext MAKE_ARGS= CC="${CC}" CCOPTIONS="-DFreeBSD" MAN1= xfsm.1 PLIST_FILES= bin/xfsm |