diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-04 23:40:44 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-04 23:40:44 +0000 |
commit | 604485f846c58c349c83d5a367b0b83bb39c2262 (patch) | |
tree | 42cd39480ede7db9874484f52a6c0467161329e6 /x11-wm/ede/Makefile | |
parent | 3334a81fc73525bb985188a37c02bb87841f8e00 (diff) |
Convert the tree to USES=fam
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=338691
Diffstat (limited to 'x11-wm/ede/Makefile')
-rw-r--r-- | x11-wm/ede/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/ede/Makefile b/x11-wm/ede/Makefile index 378cb2c3b69a..5995cbe4bcf8 100644 --- a/x11-wm/ede/Makefile +++ b/x11-wm/ede/Makefile @@ -30,9 +30,8 @@ OPTIONS_DEFINE= HAL HAL_DESC= Enable HAL support USE_XORG= xcomposite xft xinerama xpm xrandr -USES= pathfix gettext pkgconfig +USES= fam gettext pathfix pkgconfig USE_PYTHON= yes -USE_FAM= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-edelib_path=${EDELIB_WRKSRC} \ --with-fltk-path=${LOCALBASE} |