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 /sysutils/tracker-client | |
parent | 3334a81fc73525bb985188a37c02bb87841f8e00 (diff) | |
download | ports-604485f846c58c349c83d5a367b0b83bb39c2262.tar.gz ports-604485f846c58c349c83d5a367b0b83bb39c2262.zip |
Convert the tree to USES=fam
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=338691
Diffstat (limited to 'sysutils/tracker-client')
-rw-r--r-- | sysutils/tracker-client/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/tracker-client/Makefile b/sysutils/tracker-client/Makefile index eb5952a7c4bb..91b959fcd97a 100644 --- a/sysutils/tracker-client/Makefile +++ b/sysutils/tracker-client/Makefile @@ -31,11 +31,9 @@ RUN_DEPENDS= xdg-desktop-icon:${PORTSDIR}/devel/xdg-utils \ w3m:${PORTSDIR}/www/w3m USE_BZIP2= yes -USE_FAM= yes -WANT_FAM_SYSTEM=gamin INSTALLS_ICONS= yes USE_GNOME= gnomehack gnomeprefix ltasneededhack intltool ltverhack -USES= gettext gmake pkgconfig +USES= fam:gamin gettext gmake pkgconfig USE_LDCONFIG= yes USE_GSTREAMER= core INSTALLS_ICONS= yes |