diff options
author | rh <rh@pkgsrc.org> | 2002-04-27 08:48:33 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-04-27 08:48:33 +0000 |
commit | 0f31e13e4417da35b45613d4ce95d80200036422 (patch) | |
tree | bee88270f592aeb44fa623b1e4160edb324d0004 /net/linc/Makefile | |
parent | 4ebf3ba4db6b05c5c055e62ccf23777eab943d4b (diff) | |
download | pkgsrc-0f31e13e4417da35b45613d4ce95d80200036422.tar.gz |
Fix pkgconfig configuration file to include runtime library search path.
Bump PKGREVISION.
XXX: there are probably quite a few packages that have the same problem!
Diffstat (limited to 'net/linc/Makefile')
-rw-r--r-- | net/linc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/linc/Makefile b/net/linc/Makefile index b75fe3f6119..92adc337a14 100644 --- a/net/linc/Makefile +++ b/net/linc/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 12:17:22 rh Exp $ +# $NetBSD: Makefile,v 1.2 2002/04/27 08:48:33 rh Exp $ # DISTNAME= linc-0.1.21 +PKGREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=pre-gnome2/sources/linc/} EXTRACT_SUFX= .tar.bz2 |