diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-23 02:32:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-23 02:32:55 +0800 |
commit | 91bfaec26e15da977750894c874e5bac95abdb7d (patch) | |
tree | 3ccb6a9b332d250b6a00379a5b3ce5299be792bc /japanese/oleo | |
parent | 547d0a4521815701206a5f710eaf2a5011beaa8f (diff) | |
download | freebsd-ports-gnome-91bfaec26e15da977750894c874e5bac95abdb7d.tar.gz freebsd-ports-gnome-91bfaec26e15da977750894c874e5bac95abdb7d.tar.zst freebsd-ports-gnome-91bfaec26e15da977750894c874e5bac95abdb7d.zip |
- Fix build after xorg cleanup
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 |