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