diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
commit | 34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (patch) | |
tree | ed5885ce2dac897e773c37ed9c6f43b452790bae /devel/goffice | |
parent | 857aec5d6b82d83ac07f49f4dab6463acb984c3c (diff) | |
download | ports-34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5.tar.gz ports-34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5.zip |
Notes
Diffstat (limited to 'devel/goffice')
-rw-r--r-- | devel/goffice/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/goffice/Makefile b/devel/goffice/Makefile index fd999ed63ee6..8273df296654 100644 --- a/devel/goffice/Makefile +++ b/devel/goffice/Makefile @@ -1,9 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/trunk/devel/goffice/Makefile 17268 2013-04-01 05:13:11Z marcus $ -# -# !!! When updating goffice, don't forget to update pkg-plist in: -# science/gchemutils PORTNAME= goffice PORTVERSION= 0.8.17 @@ -36,6 +33,7 @@ PLIST_SUB= VERSION=${PORTVERSION} \ OPTIONS_DEFINE= GCONF OPTIONS_DEFAULT=GCONF +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGCONF} |