diff options
Diffstat (limited to 'math/oleo/Makefile')
-rw-r--r-- | math/oleo/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 8878f52..d239e59 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -6,21 +6,21 @@ # PORTNAME= oleo -PORTVERSION= 1.99.5 +PORTVERSION= 1.99.12 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= oleo +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext USE_XLIB= yes -GNU_CONFIGURE= yes +USE_AUTOCONF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_ARGS= --with-x --without-motif \ - --without-Xbae --without-XmHTML \ - --without-xlt --without-SciPlot + --without-xbae --without-xlt \ + --without-xmhtml --without-SciPlot .include <bsd.port.mk> |