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/libfm | |
parent | 3334a81fc73525bb985188a37c02bb87841f8e00 (diff) | |
download | ports-604485f846c58c349c83d5a367b0b83bb39c2262.tar.gz ports-604485f846c58c349c83d5a367b0b83bb39c2262.zip |
Notes
Diffstat (limited to 'x11/libfm')
-rw-r--r-- | x11/libfm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/libfm/Makefile b/x11/libfm/Makefile index f40f100fe56a..258c4dd0933e 100644 --- a/x11/libfm/Makefile +++ b/x11/libfm/Makefile @@ -16,11 +16,10 @@ BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala LIB_DEPENDS= libmenu-cache.so:${PORTSDIR}/x11/menu-cache \ libexif.so:${PORTSDIR}/graphics/libexif -USES= gmake pkgconfig +USES= fam gmake pkgconfig USE_GNOME= gnomehack gtk20 USE_AUTOTOOLS= libtool CONFIGURE_ARGS+=--sysconfdir=${LOCALBASE}/etc -USE_FAM= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include |