summaryrefslogtreecommitdiff
path: root/textproc/libxode/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-12-21 09:25:48 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-12-21 09:25:48 +0000
commitbead73da3e147090707d1496dd30ac7780c326a4 (patch)
tree4399efcf07b21dea5456a82db8d5a08f9b0e8e93 /textproc/libxode/Makefile
parentFix on -current (get gmp from ${LOCALBASE}) (diff)
Fix build on -current for textproc/libxode
PR: ports/46429 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=71749
Diffstat (limited to 'textproc/libxode/Makefile')
-rw-r--r--textproc/libxode/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/libxode/Makefile b/textproc/libxode/Makefile
index 88a13d4d11cd..748d7e7d35cf 100644
--- a/textproc/libxode/Makefile
+++ b/textproc/libxode/Makefile
@@ -8,13 +8,18 @@
PORTNAME= libxode
PORTVERSION= 0.71
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
-GNU_CONFIGURE= yes
+#LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2
+
+USE_LIBTOOL= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
.include <bsd.port.mk>