diff options
author | marcus <marcus@FreeBSD.org> | 2005-09-01 05:43:52 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-09-01 05:43:52 +0800 |
commit | d4103d4aea8efe73adf9d25c396a4fcdb67fa9ce (patch) | |
tree | 2c0a0ac7f8eb5793936938da704d97a6bae84e8f | |
parent | f74d1431ed66502e5e16b558893eb2557ff16546 (diff) | |
download | freebsd-ports-gnome-d4103d4aea8efe73adf9d25c396a4fcdb67fa9ce.tar.gz freebsd-ports-gnome-d4103d4aea8efe73adf9d25c396a4fcdb67fa9ce.tar.zst freebsd-ports-gnome-d4103d4aea8efe73adf9d25c396a4fcdb67fa9ce.zip |
IGNORE this port on 4.X due to missing symbols.
-rw-r--r-- | graphics/inkscape/Makefile | 8 |
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> |