aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-04-21 23:44:23 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-04-21 23:44:23 +0000
commit007838067da9fa6df41ca2270776d86d1254da25 (patch)
treebffe0f1c5336477c8567dea851215d590b32fce1 /x11-toolkits
parent1506960eb963adf7693110138b163b5583d0bcdb (diff)
downloadports-007838067da9fa6df41ca2270776d86d1254da25.tar.gz
ports-007838067da9fa6df41ca2270776d86d1254da25.zip
Mark as broken on ia64. While here, pacify portlint a bit.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=253025
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/xforms/Makefile20
1 files changed, 12 insertions, 8 deletions
diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile
index fb4e9e69ab97..2ac6f1518ea9 100644
--- a/x11-toolkits/xforms/Makefile
+++ b/x11-toolkits/xforms/Makefile
@@ -16,14 +16,19 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/stable.pkg/${PORTVERSION}/:savannah \
mikeh/:local
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:savannah,local
-REINPLACE_ARGS= -i ""
-
MAINTAINER?= ports@FreeBSD.ORG
COMMENT?= A graphical user interface toolkit for X Window System
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff
+USE_XORG= xpm
+USE_GL= gl
+USE_IMAKE= yes
+USE_LDCONFIG= yes
+
+MAN1= fdesign.1 fd2ps.1
+
.if defined(WITH_I18N)
PKGNAMESUFFIX= -i18n
PATCH_SITES= ftp://cellular.phys.pusan.ac.kr/CJK-LyX/xforms/ \
@@ -32,12 +37,7 @@ PATCHFILES= xforms-1.0-i18n_7.patch
PATCH_DIST_STRIP= -p1
.endif
-USE_XORG= xpm
-USE_GL= gl
-USE_IMAKE= yes
-USE_LDCONFIG= yes
-
-MAN1= fdesign.1 fd2ps.1
+REINPLACE_ARGS= -i ""
post-patch:
${REINPLACE_CMD} -e 's|-O4||' ${WRKSRC}/Imakefile
@@ -54,4 +54,8 @@ post-patch:
BROKEN= does not build
.endif
+.if ${ARCH} == "ia64"
+BROKEN= Does not compile on ia64
+.endif
+
.include <bsd.port.post.mk>