diff options
author | araujo <araujo@FreeBSD.org> | 2009-07-16 21:26:51 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-07-16 21:26:51 +0800 |
commit | 430a12a48c7975d965f5084bdbe0a79576990735 (patch) | |
tree | 551707e30221536747dba8cabbd57978f210aaf6 /graphics | |
parent | 9c18d210ec1aa6684347f0586c049a59ae93a359 (diff) | |
download | freebsd-ports-gnome-430a12a48c7975d965f5084bdbe0a79576990735.tar.gz freebsd-ports-gnome-430a12a48c7975d965f5084bdbe0a79576990735.tar.zst freebsd-ports-gnome-430a12a48c7975d965f5084bdbe0a79576990735.zip |
- Fixed build on 6.X.
PR: ports/136134
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ivtools/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile index bb8f715762d9..da8f6479d417 100644 --- a/graphics/ivtools/Makefile +++ b/graphics/ivtools/Makefile @@ -18,11 +18,12 @@ COMMENT= Drawing editors derived from idraw BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff +USE_GMAKE= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:262 CONFIGURE_ARGS= --with-tiff=${PREFIX} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} -USE_LDCONFIG= yes MAKE_ARGS= ARCH=FREEBSD USE_XORG= x11 xaw ice xext @@ -34,4 +35,9 @@ MAN1= idraw.1 iclass.1 drawtool.1 comterp.1 comdraw.1 flipbook.1 graphdraw.1 .if ${ARCH} == "amd64" BROKEN= incomplete pkg-plist .endif + +.if ${OSVERSION} <= 604100 +USE_GCC= 4.2+ +.endif + .include <bsd.port.post.mk> |