diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-04-21 17:19:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-04-21 17:19:32 +0000 |
commit | d9412375987833c6a0dd471de398877cce1c5d47 (patch) | |
tree | fdaa196fca7418cc573c2be678e10562d8fc4b04 /audio/xmms-sndfile | |
parent | 26a1d77bf6520d36ae73d7ab7ca6b78d5381ede9 (diff) | |
download | ports-d9412375987833c6a0dd471de398877cce1c5d47.tar.gz ports-d9412375987833c6a0dd471de398877cce1c5d47.zip |
Notes
Diffstat (limited to 'audio/xmms-sndfile')
-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 005887282050..fea582fe94e0 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> |