summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--x11/zenity/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile
index 70f4717b0..54314d91e 100644
--- a/x11/zenity/Makefile
+++ b/x11/zenity/Makefile
@@ -30,4 +30,7 @@ OPTIONS_DEFAULT=NOTIFY
NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
NOTIFY_CONFIGURE_ENABLE=libnotify
+post-patch:
+ @${RM} ${WRKSRC}/src/gdialog
+
.include <bsd.port.mk>