From 36973838550ebdad90da776e4c7aedf2fcbe38c1 Mon Sep 17 00:00:00 2001 From: flz Date: Tue, 13 May 2008 10:27:09 +0000 Subject: 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) --- sysutils/xfsm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/xfsm') 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 -- cgit