1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Fixed build on 6.X.

PR:		ports/136134
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
This commit is contained in:
Marcelo Araujo 2009-07-16 13:26:51 +00:00
parent 8cfd756259
commit b78c2662fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237924

View File

@ -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>