aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2004-03-07 20:40:43 +0800
committermaho <maho@FreeBSD.org>2004-03-07 20:40:43 +0800
commit0b2f80c368be89253659480d586ea2a062f83948 (patch)
tree09dfbff78e774da58a9c484ee09972c6afa7f637 /japanese
parent8a4800f9217928e409ea710f58936d767552ed9b (diff)
downloadfreebsd-ports-gnome-0b2f80c368be89253659480d586ea2a062f83948.tar.gz
freebsd-ports-gnome-0b2f80c368be89253659480d586ea2a062f83948.tar.zst
freebsd-ports-gnome-0b2f80c368be89253659480d586ea2a062f83948.zip
Fix build on 5-current
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
Diffstat (limited to 'japanese')
-rw-r--r--japanese/dvipdfm/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/japanese/dvipdfm/Makefile b/japanese/dvipdfm/Makefile
index 0e816c6ae580..289557d9507b 100644
--- a/japanese/dvipdfm/Makefile
+++ b/japanese/dvipdfm/Makefile
@@ -27,18 +27,12 @@ RUN_DEPENDS= kpsewhich:${PORTSDIR}/japanese/ptex-base \
MAN1= dvipdfm.1
WRKSRC= ${WRKDIR}/${PORTNAME}
-GNU_CONFIGURE= yes
+USE_AUTOCONF= yes
CONFIGURE_ENV+= CPPFLAGS="${CXXFLAGS} -I${PREFIX}/include" \
CFLAGS="${CFLAGS} -I${PREFIX}/include" \
LDFLAGS=-L${PREFIX}/lib
CONFIGURE_ARGS+= --datadir=${PREFIX}/share
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502102
-BROKEN= "Configure fails"
-.endif
-
pre-install:
PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL
@@ -62,4 +56,4 @@ post-install:
.endif
${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>