aboutsummaryrefslogtreecommitdiff
path: root/graphics/inkscape
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-08-31 21:43:52 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-08-31 21:43:52 +0000
commit52c7cf8e0ff63887431ecb332e1bfc00ae02505b (patch)
tree54b7e75228a9a345ce0537a83427d73f5f189714 /graphics/inkscape
parent1a462a433fde6d31298ca1541b9c443e37d6585d (diff)
downloadports-52c7cf8e0ff63887431ecb332e1bfc00ae02505b.tar.gz
ports-52c7cf8e0ff63887431ecb332e1bfc00ae02505b.zip
Notes
Diffstat (limited to 'graphics/inkscape')
-rw-r--r--graphics/inkscape/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index 9efb0427d050..b8198ca7a5e2 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -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>