diff options
Diffstat (limited to 'math/oleo/Makefile')
-rw-r--r-- | math/oleo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 039da6a69cc8..03483610e745 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -7,15 +7,15 @@ PORTNAME= oleo PORTVERSION= 1.99.16 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old +LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext -USE_BISON= yes USE_AUTOCONF_VER=213 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" |