aboutsummaryrefslogtreecommitdiff
path: root/graphics/gpaint
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 18:35:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 18:35:44 +0000
commiteb08c5441cf4772f805b99523084b12164ed2495 (patch)
treef4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/gpaint
parenta285ade9102ca7c15642dfccd7816abc3c725c98 (diff)
downloadports-eb08c5441cf4772f805b99523084b12164ed2495.tar.gz
ports-eb08c5441cf4772f805b99523084b12164ed2495.zip
Notes
Diffstat (limited to 'graphics/gpaint')
-rw-r--r--graphics/gpaint/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile
index 09fa04397e5b..0cb2f526c98e 100644
--- a/graphics/gpaint/Makefile
+++ b/graphics/gpaint/Makefile
@@ -1,7 +1,5 @@
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= gpaint
PORTVERSION= 0.3.3
@@ -21,6 +19,7 @@ GNU_CONFIGURE= yes
PLIST_FILES= bin/gpaint-2 %%DATADIR%%/glade/gpaint.glade
PLIST_DIRS= %%DATADIR%%/glade %%DATADIR%%
+NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|_RESPONSE_DISCARD|_RESPONSE_NO|g' ${WRKSRC}/src/drawing.c