diff options
author | kris <kris@FreeBSD.org> | 2004-02-07 12:10:42 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-07 12:10:42 +0800 |
commit | d55af927de6e39848b44f66aa689877d66388e72 (patch) | |
tree | e31cb9729be68cf033ceb607b6ca0e60dfe5cd7b /net | |
parent | 7bd33bc774653fa4b722a73af6a52fd82bc35a98 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |