diff options
author | sketch <sketch@pkgsrc.org> | 2004-11-19 10:53:55 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2004-11-19 10:53:55 +0000 |
commit | a1c437af46a85959303d878a0ac4e3daab17f026 (patch) | |
tree | 3d2320e4b7fea465520811414ba181b076d459d5 | |
parent | 47bf64313dd34d26dd8f50042ee6da89112ab37d (diff) | |
download | pkgsrc-a1c437af46a85959303d878a0ac4e3daab17f026.tar.gz |
The previous update of this package was for Solaris and AIX support, so remove
the NOT_FOR_PLATFORM after confirming that it builds correctly with SunPro.
-rw-r--r-- | sysutils/libgtop2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/libgtop2/Makefile b/sysutils/libgtop2/Makefile index c37e396ad6c..67663f788d6 100644 --- a/sysutils/libgtop2/Makefile +++ b/sysutils/libgtop2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/10/26 21:03:06 jmmv Exp $ +# $NetBSD: Makefile,v 1.10 2004/11/19 10:53:55 sketch Exp $ DISTNAME= libgtop-2.8.1 PKGNAME= ${DISTNAME:S/-/2-/} @@ -12,7 +12,6 @@ COMMENT= Library to retrieve system information, used in GNOME2 BUILD_USES_MSGFMT= YES -NOT_FOR_PLATFORM= SunOS-*-* OSVERSION_SPECIFIC= YES USE_MSGFMT_PLURALS= YES |