aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-11-24 12:11:27 +0800
committerjbeich <jbeich@FreeBSD.org>2015-11-24 12:11:27 +0800
commitc7698d430756b40249ae22aad98591b623b741de (patch)
tree7e5e40d5069f43fc542aef9510494405cdba1761 /x11-toolkits
parenta48b129eb6fe8ee565d5c329feb079b4d034b11c (diff)
downloadfreebsd-ports-gnome-c7698d430756b40249ae22aad98591b623b741de.tar.gz
freebsd-ports-gnome-c7698d430756b40249ae22aad98591b623b741de.tar.zst
freebsd-ports-gnome-c7698d430756b40249ae22aad98591b623b741de.zip
x11-toolkits/gtk30: convert to option helpers
Approved by: portmgr blanket
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk30/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index b2fde00a2a7f..4d637da0b2d1 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -78,13 +78,8 @@ DEBUG_CONFIGURE_ENABLE=debug
# GTK+ 3.17 has a beter way
TYPEAHEAD_DESC= Re-enable type-a-head functionality in file chooser
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MTYPEAHEAD}
-EXTRA_PATCHES+= ${FILESDIR}/extra-gtk_gtkfilechooserwidget.c \
+TYPEAHEAD_EXTRA_PATCHES=${FILESDIR}/extra-gtk_gtkfilechooserwidget.c \
${FILESDIR}/extra-gtk_ui_gtkfilechooserwidget.ui
-.endif
post-patch:
@${REINPLACE_CMD} -e 's|[{]libdir[}]/locale|{datadir}/locale|g' \