summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>2000-03-06 14:08:32 +0000
committersada <sada@FreeBSD.org>2000-03-06 14:08:32 +0000
commitbbf94137e62e02a1515b60bfbd16047eb539aae0 (patch)
treedb2451f4acf4f9edd394455860a8061384feb785
parent574bbf0c92fe6e6770286ecf142b02edf97fd7d8 (diff)
downloadFreeBSD-ports-bbf94137e62e02a1515b60bfbd16047eb539aae0.zip
FreeBSD-ports-bbf94137e62e02a1515b60bfbd16047eb539aae0.tar.gz
Set USE_XLIB because this port needs Xlib.
Set CONFIGURE_ENV. Change maintainer's mail address. PR: ports/17123 Submitted by: maintainer
-rw-r--r--japanese/oleo/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/japanese/oleo/Makefile b/japanese/oleo/Makefile
index d087079e..b6f59b1 100644
--- a/japanese/oleo/Makefile
+++ b/japanese/oleo/Makefile
@@ -18,9 +18,12 @@ PATCH_SITES= http://www.hh.iij4u.or.jp/%7Ehayasida/oleo/
PATCHFILES= oleo-1.6-1.6jb2.diff.gz
PATCH_DIST_STRIP= -p1
-MAINTAINER= sanpei@yy.cs.keio.ac.jp
+MAINTAINER= sanpei@sanpei.org
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
GNU_CONFIGURE=yes
+USE_XLIB= yes
post-install:
.if !defined(NOPORTDOCS)
OpenPOWER on IntegriCloud