diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2007-04-15 20:35:48 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2007-04-15 20:35:48 +0000 |
commit | 286203d809751f18da030a97c6315562e0e58ed9 (patch) | |
tree | c8b0ab964a055c7db986786d522d93c335ba6ff7 /sysutils/psgconf | |
parent | 51ae57351817ae94121af4cf02cca7d43d84a9b9 (diff) | |
download | ports-286203d809751f18da030a97c6315562e0e58ed9.tar.gz ports-286203d809751f18da030a97c6315562e0e58ed9.zip |
Notes
Diffstat (limited to 'sysutils/psgconf')
-rw-r--r-- | sysutils/psgconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/psgconf/Makefile b/sysutils/psgconf/Makefile index e07bafc93f16..01d916d0b6a3 100644 --- a/sysutils/psgconf/Makefile +++ b/sysutils/psgconf/Makefile @@ -195,8 +195,8 @@ PKGDEINSTALL= ${WRKSRC}/postinstall post-patch: ${FIND} ${WRKSRC} -name "*.orig" -delete -.if ${ARCH} == "amd64" -# Does not work because Proc::ProcessTable is broken +.if ${OSVERSION} > 599999 +# Does not work because Proc::ProcessTable is broken in 5.x post-build: cd ${WRKSRC} && ${MAKE} test .endif |