diff options
author | kris <kris@FreeBSD.org> | 2004-09-26 10:08:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-26 10:08:38 +0800 |
commit | 7bf40d5ae779afbe6310339d7aa05eb94c95e0ff (patch) | |
tree | 93daa4a3ef79d944af6c9bc9990167ffdd25b138 /sysutils/pib | |
parent | 30f1eea2477af716a2cd1bf595e0c5f367177584 (diff) | |
download | freebsd-ports-gnome-7bf40d5ae779afbe6310339d7aa05eb94c95e0ff.tar.gz freebsd-ports-gnome-7bf40d5ae779afbe6310339d7aa05eb94c95e0ff.tar.zst freebsd-ports-gnome-7bf40d5ae779afbe6310339d7aa05eb94c95e0ff.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'sysutils/pib')
-rw-r--r-- | sysutils/pib/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/pib/Makefile b/sysutils/pib/Makefile index c24febb1a6a4..9e3136be0702 100644 --- a/sysutils/pib/Makefile +++ b/sysutils/pib/Makefile @@ -17,10 +17,16 @@ COMMENT= GUI Ports Collection management tool BUILD_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + do-install: ${MKDIR} ${PREFIX}/lib/pib ${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${PREFIX}/lib/pib ${INSTALL_DATA} ${WRKSRC}/libTkSteal.so.2* ${PREFIX}/lib/pib ${LN} -fs ${PREFIX}/lib/pib/pib.tcl ${PREFIX}/bin/pib -.include <bsd.port.mk> +.include <bsd.port.post.mk> |