BROKEN: Incorrect pkg-plist from bad objformat handling

This commit is contained in:
Kris Kennaway 2007-04-21 17:19:32 +00:00
parent 26a1d77bf6
commit d941237598
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190566

View file

@ -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>