diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-05-01 14:27:00 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-05-01 14:42:30 +0200 |
commit | c399c4d12f6462f1d535e9a3143fe0e679a63eb8 (patch) | |
tree | a4ae95c49da11dcaf38fcc8e97b7ce54ab93f131 /french | |
parent | a96e4a942d9f71d8aee9ca88ef718f7563ed5fa4 (diff) | |
download | freebsd-ports-c399c4d12f6462f1d535e9a3143fe0e679a63eb8.zip |
Prepare removal for libgnomeui
Remove the GNOME option for all ports depending on libgnomeui
Diffstat (limited to 'french')
-rw-r--r-- | french/verbiste/Makefile | 14 | ||||
-rw-r--r-- | french/verbiste/pkg-plist | 2 |
2 files changed, 4 insertions, 12 deletions
diff --git a/french/verbiste/Makefile b/french/verbiste/Makefile index 2ff38517fd87..a300883c886b 100644 --- a/french/verbiste/Makefile +++ b/french/verbiste/Makefile @@ -23,7 +23,9 @@ LDFLAGS+= -L${LOCALBASE}/lib TEST_TARGET= check -OPTIONS_DEFINE= GTK2 GNOME DOCS EXAMPLES +OPTIONS_DEFINE= GTK2 DOCS EXAMPLES + +CONFIGURE_ARGS= --without-gnome-app --without-gnome-applet .include <bsd.port.options.mk> @@ -37,15 +39,7 @@ CONFIGURE_ARGS+=--without-gtk-app PLIST_SUB+= HASGTK="@comment " .endif -.if ${PORT_OPTIONS:MGNOME} -USE_GNOME+= gnomeprefix libgnomeui -PLIST_SUB+= HASGNOME="" -.else -CONFIGURE_ARGS+=--without-gnome-app --without-gnome-applet -PLIST_SUB+= HASGNOME="@comment " -.endif - -.if ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGNOME} +.if ${PORT_OPTIONS:MGTK2} USES+= gettext PLIST_SUB+= HASGUI="" .else diff --git a/french/verbiste/pkg-plist b/french/verbiste/pkg-plist index ade0329505ab..8761b7b3e04a 100644 --- a/french/verbiste/pkg-plist +++ b/french/verbiste/pkg-plist @@ -1,6 +1,5 @@ bin/french-conjugator bin/french-deconjugator -%%HASGNOME%%bin/verbiste %%HASGTK%%bin/verbiste-gtk include/verbiste-0.1/verbiste/FrenchVerbDictionary.h include/verbiste-0.1/verbiste/Trie.cpp @@ -17,7 +16,6 @@ man/fr/man3/verbiste.3.gz man/man1/french-conjugator.1.gz man/man1/french-deconjugator.1.gz man/man3/verbiste.3.gz -%%HASGNOME%%share/applications/verbiste.desktop %%HASGUI%%share/locale/da/LC_MESSAGES/verbiste.mo %%HASGUI%%share/locale/de/LC_MESSAGES/verbiste.mo %%HASGUI%%share/locale/el/LC_MESSAGES/verbiste.mo |