IGNORE this port on 4.X due to missing symbols.

This commit is contained in:
Joe Marcus Clarke 2005-08-31 21:43:52 +00:00
parent 1a462a433f
commit 52c7cf8e0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141636

View File

@ -33,6 +33,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2
MAN1= inkscape.1 inkview.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= Requires symbols not present on 4.X
.endif
patch-autotools:
@(cd ${PATCH_WRKSRC}; \
for file in ${LIBTOOLFILES}; do \
@ -46,4 +52,4 @@ post-install:
${GZIP_CMD} ${PREFIX}/man/fr/man1/inkscape.1
@-update-desktop-database
.include <bsd.port.mk>
.include <bsd.port.post.mk>