diff options
author | dmcmahill <dmcmahill> | 2002-03-21 12:35:14 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2002-03-21 12:35:14 +0000 |
commit | 0684c1ebedfb05b7d0b0fadc7747f284dc179644 (patch) | |
tree | 45511c9181fce752fc9475a2d7a799c567beb5f2 /devel/pth | |
parent | ebc950ed0b2a9b2bd150be47585b81fc937a33b4 (diff) | |
download | pkgsrc-0684c1ebedfb05b7d0b0fadc7747f284dc179644.tar.gz |
add missing build dependency to the test target
Diffstat (limited to 'devel/pth')
-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: |