diff options
Diffstat (limited to 'x11-toolkits/xscoop')
-rw-r--r-- | x11-toolkits/xscoop/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-toolkits/xscoop/Makefile b/x11-toolkits/xscoop/Makefile index 6de285a1f6bc..f5e91241aa99 100644 --- a/x11-toolkits/xscoop/Makefile +++ b/x11-toolkits/xscoop/Makefile @@ -8,14 +8,11 @@ PORTNAME= xscoop PORTVERSION= 1.0.2 CATEGORIES= x11-toolkits -MASTER_SITES= http://www.fourcalorieservers.com/ports/x11-toolkits/xscoop/ \ - http://T32.TecNik93.com/FreeBSD/others_ports/${PORTNAME}/sources/ +MASTER_SITES= http://T32.TecNik93.com/FreeBSD/others_ports/${PORTNAME}/sources/ MAINTAINER= ports@FreeBSD.org COMMENT= An X library detective -BROKEN= does not fetch - MAN7= xscoop.7 PLIST_FILES= bin/xscoop PORTDOCS= xscoop.pdf @@ -26,6 +23,10 @@ ONLY_FOR_ARCHS= i386 .include <bsd.port.pre.mk> +.if ${OSVERSION} > 700042 +LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xscoop6 ${PREFIX}/bin/xscoop ${INSTALL_MAN} ${WRKSRC}/xscoop.7 ${MAN7PREFIX}/man/man7/xscoop.7 |