diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-09-04 04:06:05 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-09-04 04:06:05 +0800 |
commit | d5bc41fb26f57f649d24d5f26a8b82d864a18b4c (patch) | |
tree | 617cc6c4752bc182d9ada801831c41213f60be10 /audio | |
parent | 5427d0337c97d80227f1b412ee4c9342aad7c44f (diff) | |
download | freebsd-ports-graphics-d5bc41fb26f57f649d24d5f26a8b82d864a18b4c.tar.gz freebsd-ports-graphics-d5bc41fb26f57f649d24d5f26a8b82d864a18b4c.tar.zst freebsd-ports-graphics-d5bc41fb26f57f649d24d5f26a8b82d864a18b4c.zip |
Does not compile on FreeBSD 4.x
PR: ports/102618
Submitted by: Max Brazhnikov (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/kid3-kde4/Makefile | 10 | ||||
-rw-r--r-- | audio/kid3/Makefile | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/audio/kid3-kde4/Makefile b/audio/kid3-kde4/Makefile index 73fa927b016..db00fb96062 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> diff --git a/audio/kid3/Makefile b/audio/kid3/Makefile index 73fa927b016..db00fb96062 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> |