diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-09-03 20:06:05 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-09-03 20:06:05 +0000 |
commit | 26de3a0bc0ba505b4cb26c51c7d16030fc43b5d1 (patch) | |
tree | 9738ebf3b8092f52c4654dd78bca292bca5c132c /audio/kid3-kde4 | |
parent | 70db55f9db0127470145ecfd5afd619af8f78624 (diff) | |
download | ports-26de3a0bc0ba505b4cb26c51c7d16030fc43b5d1.tar.gz ports-26de3a0bc0ba505b4cb26c51c7d16030fc43b5d1.zip |
Notes
Diffstat (limited to 'audio/kid3-kde4')
-rw-r--r-- | audio/kid3-kde4/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/audio/kid3-kde4/Makefile b/audio/kid3-kde4/Makefile index 73fa927b0169..db00fb96062d 100644 --- a/audio/kid3-kde4/Makefile +++ b/audio/kid3-kde4/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> |