diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-22 18:32:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-22 18:32:55 +0000 |
commit | bc0f3a19518e3797ea5ddbfb8c392237655e8068 (patch) | |
tree | 94c96dc433541dba537ada2c60d1c90db8cd7bd7 /japanese/oleo | |
parent | 07eae41784a1adf834426241d69e4665d28e9354 (diff) | |
download | ports-bc0f3a19518e3797ea5ddbfb8c392237655e8068.tar.gz ports-bc0f3a19518e3797ea5ddbfb8c392237655e8068.zip |
Notes
Diffstat (limited to 'japanese/oleo')
-rw-r--r-- | japanese/oleo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/oleo/Makefile b/japanese/oleo/Makefile index 90a28b1fbb87..67a0caf4192e 100644 --- a/japanese/oleo/Makefile +++ b/japanese/oleo/Makefile @@ -7,7 +7,7 @@ PORTNAME= oleo PORTVERSION= 1.99.16 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese math MASTER_SITES= http://www.hh.iij4u.or.jp/~hayasida/oleo/ \ ${MASTER_SITE_GNU} @@ -29,6 +29,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/include/Xbae/Matrix.h:${PORTSDIR}/x11-toolkits/xbae CONFIGURE_ARGS+=--without-motif .endif +USE_XORG= x11 xext xt CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" GNU_CONFIGURE= yes |