aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-07 12:10:42 +0800
committerkris <kris@FreeBSD.org>2004-02-07 12:10:42 +0800
commitd55af927de6e39848b44f66aa689877d66388e72 (patch)
treee31cb9729be68cf033ceb607b6ca0e60dfe5cd7b /net
parent7bd33bc774653fa4b722a73af6a52fd82bc35a98 (diff)
downloadfreebsd-ports-gnome-d55af927de6e39848b44f66aa689877d66388e72.tar.gz
freebsd-ports-gnome-d55af927de6e39848b44f66aa689877d66388e72.tar.zst
freebsd-ports-gnome-d55af927de6e39848b44f66aa689877d66388e72.zip
BROKEN on 5.x: Broken pkg-plist
Diffstat (limited to 'net')
-rw-r--r--net/gale/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/gale/Makefile b/net/gale/Makefile
index 8ee3036d7b81..99e0474b869c 100644
--- a/net/gale/Makefile
+++ b/net/gale/Makefile
@@ -31,10 +31,16 @@ CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Broken pkg-plist"
+.endif
+
pre-configure:
cd ${WRKSRC} && ${ACLOCAL} -I ${LIBTOOL_SHAREDIR}/libltdl
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>