diff options
author | marcus <marcus@FreeBSD.org> | 2006-11-14 15:34:21 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-11-14 15:34:21 +0800 |
commit | bd71a73f6cff9552170a68832eea8391ba2bb868 (patch) | |
tree | 87ee1e782e4eab1a26ba4b4bc5465036a27261c0 /devel | |
parent | bfb181fb132c941750c6c91b2c8ed164b0fde95e (diff) | |
download | freebsd-ports-gnome-bd71a73f6cff9552170a68832eea8391ba2bb868.tar.gz freebsd-ports-gnome-bd71a73f6cff9552170a68832eea8391ba2bb868.tar.zst freebsd-ports-gnome-bd71a73f6cff9552170a68832eea8391ba2bb868.zip |
This port is not supported on 4.X so mark IGNORE.
Reported by: pointyhat via kris
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libvolume_id/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libvolume_id/Makefile b/devel/libvolume_id/Makefile index 159aaffc052f..1c196ac9a60a 100644 --- a/devel/libvolume_id/Makefile +++ b/devel/libvolume_id/Makefile @@ -25,6 +25,12 @@ PLIST_FILES= include/libvolume_id.h \ lib/libvolume_id.so.0 \ libdata/pkgconfig/libvolume_id.pc +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= not supported on 4.X +.endif + do-install: ${MKDIR} ${PREFIX}/libdata/pkgconfig ${INSTALL_DATA} ${WRKSRC}/libvolume_id.pc ${PREFIX}/libdata/pkgconfig/libvolume_id.pc @@ -33,4 +39,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/libvolume_id.so.0 ${PREFIX}/lib/libvolume_id.so.0 ${LN} -sf ${PREFIX}/lib/libvolume_id.so.0 ${PREFIX}/lib/libvolume_id.so -.include <bsd.port.mk> +.include <bsd.port.post.mk> |