diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
commit | aad09bc5e23eb75a7a865a8b0002fbc6e13d4659 (patch) | |
tree | 69c07cdc4812f0f8be0cc44c38513f540c058778 /devel/goffice010 | |
parent | 5c818b158c5b9479669f8322b4da8c48f5c30ef9 (diff) |
Notes
Diffstat (limited to 'devel/goffice010')
-rw-r--r-- | devel/goffice010/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/goffice010/Makefile b/devel/goffice010/Makefile index 870eadf559bd..daef2a2cdc5e 100644 --- a/devel/goffice010/Makefile +++ b/devel/goffice010/Makefile @@ -4,6 +4,7 @@ PORTNAME= goffice PORTVERSION= 0.10.11 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 010 @@ -16,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_XZ= yes USE_GNOME= gnomeprefix gtk30 intlhack libgsf librsvg2 -USES= gettext gmake libtool pathfix pkgconfig +USES= gettext gmake libtool:keepla pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include |