summaryrefslogtreecommitdiff
path: root/sysutils/libgtop2
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-04-06 09:24:56 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-04-06 09:24:56 +0000
commit6e6d44ab82da9bfb6633b71304d6fa86fb5f6c0d (patch)
treeee6a54cd748bc528e09148d21e0d5902f3d13436 /sysutils/libgtop2
parent85624301491b4eeb601e5424bf8cc4f1b59d8514 (diff)
downloadpkgsrc-6e6d44ab82da9bfb6633b71304d6fa86fb5f6c0d.tar.gz
Disable X11 support/detection in libgtop2, which was causing trouble on
systems where there is not libXau.so; Bump PKGREVISION.
Diffstat (limited to 'sysutils/libgtop2')
-rw-r--r--sysutils/libgtop2/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/libgtop2/Makefile b/sysutils/libgtop2/Makefile
index 8af5be7ab9d..237fab66bc5 100644
--- a/sysutils/libgtop2/Makefile
+++ b/sysutils/libgtop2/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/04/02 12:09:16 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2004/04/06 09:24:56 xtraeme Exp $
DISTNAME= libgtop-2.5.2
PKGNAME= ${DISTNAME:S/-/2-/}
+PKGREVISION= 1
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgtop/2.5/}
EXTRACT_SUFX= .tar.bz2
@@ -35,7 +36,6 @@ PKG_FAIL_REASON+= "(More information can be found in libgtop.info.)"
USE_PERL5= build
USE_BUILDLINK3= YES
USE_PKGLOCALEDIR= YES
-USE_X11= YES
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE= libgtop-2.0.pc.in
@@ -53,16 +53,17 @@ TEXINFO_REQD= 4.6
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-glib-prefix=${BUILDLINK_PREFIX.glib2}
CONFIGURE_ARGS+= --with-catgets --with-libgtop-guile=no
+CONFIGURE_ARGS+= --without-x
CONFIGURE_ENV+= AWK="${AWK}" LN_S="${LN} -s" PERL="${PERL5}"
.if ${OPSYS} == "Linux"
PLIST_SUBST+= LIBGTOP_SERVER="@comment "
.else
PLIST_SUBST+= LIBGTOP_SERVER=""
+.endif
post-install:
@${CHMOD} g+s ${PREFIX}/bin/libgtop_server2
-.endif
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"