diff options
author | kris <kris@FreeBSD.org> | 2007-04-21 17:19:32 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-04-21 17:19:32 +0000 |
commit | 60e40cc3698ce684fabae1ccc2de932fe36e6ec9 (patch) | |
tree | c8cbf915fbdbb68d5fa5a8f289055edf9ffc9f51 /audio | |
parent | 51689858c0734ce82f64487add7f1936bd43951f (diff) | |
download | FreeBSD-ports-60e40cc3698ce684fabae1ccc2de932fe36e6ec9.zip FreeBSD-ports-60e40cc3698ce684fabae1ccc2de932fe36e6ec9.tar.gz |
BROKEN: Incorrect pkg-plist from bad objformat handling
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-sndfile/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/xmms-sndfile/Makefile b/audio/xmms-sndfile/Makefile index 0058872..fea582f 100644 --- a/audio/xmms-sndfile/Makefile +++ b/audio/xmms-sndfile/Makefile @@ -25,4 +25,10 @@ USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_X_PREFIX= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700029 +BROKEN= Incorrect pkg-plist (broken objformat handling) +.endif + +.include <bsd.port.post.mk> |