diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-03-21 12:35:14 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-03-21 12:35:14 +0000 |
commit | 780ce0507085787a9bde2d0d20ed2fd343fa4a5c (patch) | |
tree | 45511c9181fce752fc9475a2d7a799c567beb5f2 /devel/pth/Makefile | |
parent | a5b4fa4079f1717372614470f2ce5fcf9bec22ba (diff) | |
download | pkgsrc-780ce0507085787a9bde2d0d20ed2fd343fa4a5c.tar.gz |
add missing build dependency to the test target
Diffstat (limited to 'devel/pth/Makefile')
-rw-r--r-- | devel/pth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index ac70ba0070a..a2995f72a29 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2002/02/12 14:59:59 mrauch Exp $ +# $NetBSD: Makefile,v 1.39 2002/03/21 12:35:14 dmcmahill Exp $ # DISTNAME= pth-1.4.0 @@ -26,7 +26,7 @@ PTH_MAJOR= 14 PTH_MINOR= 20 PLIST_SUBST+= PTH_MAJOR=${PTH_MAJOR} PTH_MINOR=${PTH_MINOR} -test: +test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} test post-install: |