diff options
author | linimon <linimon@FreeBSD.org> | 2010-04-22 07:44:23 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-04-22 07:44:23 +0800 |
commit | d2138b9782c6d7fa4b8bc62172abcc929a640b58 (patch) | |
tree | 66059cdc988d6792b05e043b54ca10e8250da9a6 /x11-toolkits | |
parent | 63c129455050941e50dc94bd0f551d6efe4dccff (diff) | |
download | freebsd-ports-gnome-d2138b9782c6d7fa4b8bc62172abcc929a640b58.tar.gz freebsd-ports-gnome-d2138b9782c6d7fa4b8bc62172abcc929a640b58.tar.zst freebsd-ports-gnome-d2138b9782c6d7fa4b8bc62172abcc929a640b58.zip |
Mark as broken on ia64. While here, pacify portlint a bit.
Hat: portmgr
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/xforms/Makefile | 20 |
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> |