diff options
author | maya <maya@pkgsrc.org> | 2018-09-02 21:03:22 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2018-09-02 21:03:22 +0000 |
commit | 3df8b27446fb4eb1081ecec59ad0ee1845e364b7 (patch) | |
tree | ae38064ed2303399824589a9d259e0b2c66cbf5a | |
parent | c1220ea340e3e7b4c9f9ffa3c76743f2786c81f2 (diff) | |
download | pkgsrc-3df8b27446fb4eb1081ecec59ad0ee1845e364b7.tar.gz |
xz: add test target, omit old GCC_REQD.
-rw-r--r-- | archivers/xz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/xz/Makefile b/archivers/xz/Makefile index e750b0470f8..29adbb688f4 100644 --- a/archivers/xz/Makefile +++ b/archivers/xz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2018/06/05 22:28:38 adam Exp $ +# $NetBSD: Makefile,v 1.28 2018/09/02 21:03:22 maya Exp $ DISTNAME= xz-5.2.4 CATEGORIES= archivers @@ -14,7 +14,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= src/liblzma/liblzma.pc.in -GCC_REQD+= 3.0 +TEST_TARGET= check CONFLICTS= lzma-[0-9]* lzma-utils-[0-9]* lzmalib-[0-9]* |