diff options
author | marcus <marcus@FreeBSD.org> | 2005-02-22 16:22:22 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-02-22 16:22:22 +0800 |
commit | f239abcb0ff67285055ace726060a56e28bdbe04 (patch) | |
tree | 6ef6bd9a66223dd01e58c723bfea9346ef6a84e2 /sysutils | |
parent | ba5ebd56600396f7bdf2d2716c711cf73f6d0a09 (diff) | |
download | freebsd-ports-gnome-f239abcb0ff67285055ace726060a56e28bdbe04.tar.gz freebsd-ports-gnome-f239abcb0ff67285055ace726060a56e28bdbe04.tar.zst freebsd-ports-gnome-f239abcb0ff67285055ace726060a56e28bdbe04.zip |
Add a dependency on desktopfileutils now that we install a desktop file
with MIME types.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-control-center/Makefile | 2 | ||||
-rw-r--r-- | sysutils/gnomecontrolcenter2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index f97663d3c88b..eb5aa2405ba4 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -25,7 +25,7 @@ USE_REINPLACE= yes USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack gnomehier intlhack metacity nautilus2 \ - gstreamerplugins + gstreamerplugins desktopfileutils USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ diff --git a/sysutils/gnomecontrolcenter2/Makefile b/sysutils/gnomecontrolcenter2/Makefile index f97663d3c88b..eb5aa2405ba4 100644 --- a/sysutils/gnomecontrolcenter2/Makefile +++ b/sysutils/gnomecontrolcenter2/Makefile @@ -25,7 +25,7 @@ USE_REINPLACE= yes USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack gnomehier intlhack metacity nautilus2 \ - gstreamerplugins + gstreamerplugins desktopfileutils USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |