diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-21 20:29:25 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-21 20:29:25 +0000 |
commit | ebd2a04f25d4ec31a0d89e3c970a6e30ce54eabd (patch) | |
tree | 85af7c5ad71d0d29a3d04d8f6f6f5d0563648151 /graphics/gpaint | |
parent | bab045ed5a71b10bfd4591508a44b223a1f82828 (diff) | |
download | freebsd-ports-ebd2a04f25d4ec31a0d89e3c970a6e30ce54eabd.zip |
Stage support
Diffstat (limited to 'graphics/gpaint')
-rw-r--r-- | graphics/gpaint/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile index 0cb2f526c98e..34269a87b7fb 100644 --- a/graphics/gpaint/Makefile +++ b/graphics/gpaint/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= A small-scale painting program for GNOME +COMMENT= Small-scale painting program for GNOME USES= pkgconfig USE_GNOME= libgnomeprint libgnomeprintui @@ -19,7 +19,6 @@ 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 |