diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-06-30 21:25:03 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-06-30 21:25:03 +0000 |
commit | 05d9d163569ccc6c79cacd0da11d21b3f1f71353 (patch) | |
tree | 27c726d9551e446ccbad1f239f3d9291471e1c53 | |
parent | 5e5d6e1151b8e6564c71c6e9b5a57df464c6eea6 (diff) | |
download | ports-05d9d163569ccc6c79cacd0da11d21b3f1f71353.tar.gz ports-05d9d163569ccc6c79cacd0da11d21b3f1f71353.zip |
Notes
-rw-r--r-- | science/gwyddion/Makefile | 4 | ||||
-rw-r--r-- | science/gwyddion/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/science/gwyddion/Makefile b/science/gwyddion/Makefile index b7cfcf164764..bcd587f57bfd 100644 --- a/science/gwyddion/Makefile +++ b/science/gwyddion/Makefile @@ -20,8 +20,8 @@ OPTIONS_DEFAULT=PERL PYTHON UNIQUE UNIQUE_DESC= Remote controle backend support USE_XZ= yes -USES= pathfix gettext -USE_GNOME= desktopfileutils gconf2 gtk20 libxml2 +USES= desktop-file-utils gettext pathfix shared-mime-info +USE_GNOME= gconf2 gtk20 libxml2 USE_GL= glu USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/science/gwyddion/pkg-plist b/science/gwyddion/pkg-plist index d4592136d424..4d82e28c6f27 100644 --- a/science/gwyddion/pkg-plist +++ b/science/gwyddion/pkg-plist @@ -829,5 +829,3 @@ share/thumbnailers/gwyddion.thumbnailer @dirrm include/gwyddion/libdraw @dirrm include/gwyddion/app @dirrm include/gwyddion -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true |