diff options
Diffstat (limited to 'devel/goffice/Makefile')
-rw-r--r-- | devel/goffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/goffice/Makefile b/devel/goffice/Makefile index 35f4dc0..763931a 100644 --- a/devel/goffice/Makefile +++ b/devel/goffice/Makefile @@ -26,8 +26,8 @@ USE_GNOME= gnomeprefix gnomehack intlhack gtk20 libgsf ltverhack USE_GETTEXT= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -CPPFLAGS= "-I${LOCALBASE}/include" -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION=${PORTVERSION} \ SHORT_VER=0.8 |