diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-29 10:23:30 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-29 10:23:30 +0800 |
commit | 6ef91f82d28fb3cb17c2759a3a666db562c6d93a (patch) | |
tree | c71473b79fcb22f08602556f2f176d15c57e760b | |
parent | 9b468894397a44f04fe20d3c1f90c8d4354a586a (diff) | |
download | freebsd-ports-gnome-6ef91f82d28fb3cb17c2759a3a666db562c6d93a.tar.gz freebsd-ports-gnome-6ef91f82d28fb3cb17c2759a3a666db562c6d93a.tar.zst freebsd-ports-gnome-6ef91f82d28fb3cb17c2759a3a666db562c6d93a.zip |
desktop-file-utils now lives in LOCALBASE.
Reported by: mezz
-rw-r--r-- | Mk/bsd.gnome.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 6d35c61d7b27..cf3c3c3f198a 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -450,7 +450,7 @@ evolutiondataserver_DETECT= ${X11BASE}/libdata/pkgconfig/evolution-data-server- evolutiondataserver_USE_GNOME_IMPL=libgnome desktopfileutils_RUN_DEPENDS=update-desktop-database:${PORTSDIR}/devel/desktop-file-utils -desktopfileutils_DETECT= ${X11BASE}/bin/update-desktop-database +desktopfileutils_DETECT= ${LOCALBASE}/bin/update-desktop-database desktopfileutils_USE_GNOME_IMPL=glib20 # End component definition section |