diff options
author | schmonz <schmonz> | 2005-11-21 05:37:36 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2005-11-21 05:37:36 +0000 |
commit | 6d3f55615079bda26e52c8de98b9bd5d5a357f4a (patch) | |
tree | 440b937b2c570746e4365726e6c7b8d4ba1f2539 /devel/bglibs/Makefile | |
parent | 17396ee87d42cd055d1778c2925a7ac1292293aa (diff) | |
download | pkgsrc-6d3f55615079bda26e52c8de98b9bd5d5a357f4a.tar.gz |
Add patch from author to fix the selfpipe test under some makes
(at least the one in SuSE Linux 9.2). Bump PKGREVISION.
Diffstat (limited to 'devel/bglibs/Makefile')
-rw-r--r-- | devel/bglibs/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/bglibs/Makefile b/devel/bglibs/Makefile index a8a9dae7986..46a882c19c4 100644 --- a/devel/bglibs/Makefile +++ b/devel/bglibs/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2005/08/24 04:47:10 schmonz Exp $ +# $NetBSD: Makefile,v 1.10 2005/11/21 05:37:36 schmonz Exp $ # DISTNAME= bglibs-1.027 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${HOMEPAGE} @@ -9,9 +10,6 @@ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://untroubled.org/bglibs/ COMMENT= Collection of libraries by Bruce Guenter -BUILD_TARGET= all -INSTALL_TARGET= install - DJB_RESTRICTED= NO DJB_MAKE_TARGETS= NO |