aboutsummaryrefslogtreecommitdiff
path: root/audio/kid3
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-09-03 20:06:05 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-09-03 20:06:05 +0000
commit26de3a0bc0ba505b4cb26c51c7d16030fc43b5d1 (patch)
tree9738ebf3b8092f52c4654dd78bca292bca5c132c /audio/kid3
parent70db55f9db0127470145ecfd5afd619af8f78624 (diff)
downloadports-26de3a0bc0ba505b4cb26c51c7d16030fc43b5d1.tar.gz
ports-26de3a0bc0ba505b4cb26c51c7d16030fc43b5d1.zip
Notes
Diffstat (limited to 'audio/kid3')
-rw-r--r--audio/kid3/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/audio/kid3/Makefile b/audio/kid3/Makefile
index 73fa927b0169..db00fb96062d 100644
--- a/audio/kid3/Makefile
+++ b/audio/kid3/Makefile
@@ -25,5 +25,13 @@ USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_GETTEXT= yes
GNU_CONFIGURE= yes
+INSTALLS_ICONS= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+IGNORE= does not compile on FreeBSD 4.x
+.endif
+
+.include <bsd.port.post.mk>
-.include <bsd.port.mk>