diff options
author | kwm <kwm@FreeBSD.org> | 2016-11-22 06:01:20 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2016-11-22 06:01:20 +0800 |
commit | 852fb1c1c6874f63a04c0c17ebd01574eed610f7 (patch) | |
tree | 9d7a8ae4a81f099547e1a2bf2c29c127deab74e3 /lang | |
parent | 3d2b0413fa5baa484524bf8e930c84ccf31e0a4f (diff) | |
download | freebsd-ports-gnome-852fb1c1c6874f63a04c0c17ebd01574eed610f7.tar.gz freebsd-ports-gnome-852fb1c1c6874f63a04c0c17ebd01574eed610f7.tar.zst freebsd-ports-gnome-852fb1c1c6874f63a04c0c17ebd01574eed610f7.zip |
Clean up commented lines, replace the custom do-test with TEST_TARGET= check
Submitted by: mat@
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pocl/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/pocl/Makefile b/lang/pocl/Makefile index d405867b65ed..995021ff7b85 100644 --- a/lang/pocl/Makefile +++ b/lang/pocl/Makefile @@ -31,7 +31,6 @@ LLVM_VERSION= 37 GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GL= yes -#USES= autoreconf gmake localbase pathfix pkgconfig libtool USES= gmake localbase ncurses pathfix pkgconfig libtool:keepla INSTALL_TARGET= install-strip @@ -40,7 +39,6 @@ MAKE_ARGS+= PKGCONFIGDIR=${PREFIX}/libdata/pkgconfig CONFIGURE_ENV= LLVM_CONFIG="${LOCALBASE}/llvm${LLVM_VERSION}/bin/llvm-config" \ CLANGXX_FLAGS=-std=gnu++11 -#CONFIGURE_ARGS+= --enable-pedantic # needed for the libltdl configure check LDFLAGS+= -L${LOCALBASE}/lib @@ -61,7 +59,6 @@ OCLBOOK_ALL_TARGET= check DEBUG_CONFIGURE_ENABLE= debug -do-test: - cd ${WRKSRC} && ${GMAKE} check +TEST_TARGET= check .include <bsd.port.mk> |