diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-05 07:40:44 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-05 07:40:44 +0800 |
commit | 604485f846c58c349c83d5a367b0b83bb39c2262 (patch) | |
tree | 42cd39480ede7db9874484f52a6c0467161329e6 /x11-wm | |
parent | 3334a81fc73525bb985188a37c02bb87841f8e00 (diff) | |
download | freebsd-ports-gnome-604485f846c58c349c83d5a367b0b83bb39c2262.tar.gz freebsd-ports-gnome-604485f846c58c349c83d5a367b0b83bb39c2262.tar.zst freebsd-ports-gnome-604485f846c58c349c83d5a367b0b83bb39c2262.zip |
Convert the tree to USES=fam
Approved by: portmgr (bapt)
Diffstat (limited to 'x11-wm')
-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} |