diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 22:44:17 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 22:44:17 +0000 |
commit | 46aa7e23de62352e40ec0880df969437156db000 (patch) | |
tree | 69d51a32de7958b890cacbc1e7b556557c2eb979 /polish/gnugadu2 | |
parent | b07db8bb71e246d3ca08ff74b4b818be5b854713 (diff) | |
download | ports-46aa7e23de62352e40ec0880df969437156db000.tar.gz ports-46aa7e23de62352e40ec0880df969437156db000.zip |
Notes
Diffstat (limited to 'polish/gnugadu2')
-rw-r--r-- | polish/gnugadu2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/polish/gnugadu2/Makefile b/polish/gnugadu2/Makefile index eac7053b6d0f..a9ac89ad71bf 100644 --- a/polish/gnugadu2/Makefile +++ b/polish/gnugadu2/Makefile @@ -39,6 +39,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502102 +BROKEN= "Broken pkg-plist" +.endif + .if (${HAVE_GNOME:Mesound}!="") WITH_ESOUND= yes .endif |