diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 02:08:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 02:08:38 +0000 |
commit | 1acc6df893ebcb1c58eca97a8a29b78db520ca51 (patch) | |
tree | 06a19ad38bd64c12c01697ac5d3bf0f0c20459f3 /ports-mgmt | |
parent | 32d40c36f008eb5f0b3de3b9501aa2185974b7e5 (diff) | |
download | ports-1acc6df893ebcb1c58eca97a8a29b78db520ca51.tar.gz ports-1acc6df893ebcb1c58eca97a8a29b78db520ca51.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pib/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ports-mgmt/pib/Makefile b/ports-mgmt/pib/Makefile index c24febb1a6a4..9e3136be0702 100644 --- a/ports-mgmt/pib/Makefile +++ b/ports-mgmt/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> |