diff options
Diffstat (limited to 'math/pspp/Makefile')
-rw-r--r-- | math/pspp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index a960fd943a5e..ca97104b8842 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pspp -PORTVERSION= 0.10.1 +PORTVERSION= 0.10.2 CATEGORIES= math MASTER_SITES= GNU @@ -14,7 +14,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= texinfo>0:print/texinfo LIB_DEPENDS= libgslcblas.so:math/gsl -USES= charsetfix gmake iconv libtool perl5 pkgconfig readline +USES= charsetfix gmake iconv localbase libtool perl5 pkgconfig readline USE_GNOME= libxml2 USE_PERL5= build GNU_CONFIGURE= yes @@ -23,9 +23,6 @@ MAKE_ARGS= MAKEINFO="${LOCALBASE}/bin/makeinfo" \ INSTALL_TARGET= install-strip USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - PLIST_SUB= VERSION="${PORTVERSION}" PORTDOCS= AUTHORS ChangeLog NEWS ONEWS README THANKS TODO |