diff options
author | bsam <bsam@FreeBSD.org> | 2007-04-16 04:35:48 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2007-04-16 04:35:48 +0800 |
commit | cd643c65b2204e4385844a0b89a1f010731027dc (patch) | |
tree | a5e01557a6806cd77148c44701d6f27423be2631 /sysutils/psgconf | |
parent | 008c5ada6aba7d381de04587b820db3454446baf (diff) | |
download | freebsd-ports-gnome-cd643c65b2204e4385844a0b89a1f010731027dc.tar.gz freebsd-ports-gnome-cd643c65b2204e4385844a0b89a1f010731027dc.tar.zst freebsd-ports-gnome-cd643c65b2204e4385844a0b89a1f010731027dc.zip |
Unbreak building at 5.x (do not perform 'make test' because
Proc::ProcessTable is broken in 5.x).
Submitted by: pirzyk (maintainer, by email)
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 |