diff options
author | kris <kris@FreeBSD.org> | 2004-02-08 10:50:27 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-08 10:50:27 +0800 |
commit | f97ca6caf7d85a707707760cf5638d287af19777 (patch) | |
tree | 4dc6e116e441a1182eca4f713c6e74497cbd7d13 /graphics | |
parent | 9021289b7f693e4e9750f040e2c85471379c5f59 (diff) | |
download | freebsd-ports-gnome-f97ca6caf7d85a707707760cf5638d287af19777.tar.gz freebsd-ports-gnome-f97ca6caf7d85a707707760cf5638d287af19777.tar.zst freebsd-ports-gnome-f97ca6caf7d85a707707760cf5638d287af19777.zip |
BROKEN on 5.x: does not compile
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xbarcode/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/xbarcode/Makefile b/graphics/xbarcode/Makefile index 0894f5751248..67dc0a6c92fe 100644 --- a/graphics/xbarcode/Makefile +++ b/graphics/xbarcode/Makefile @@ -22,9 +22,15 @@ MLINKS= XBarcode.1 bar.1 ALL_TARGET= XBarcode USE_XLIB= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/XBarcode ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bar ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/XBarcode.1 ${MAN1PREFIX}/man/man1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |