diff options
author | rh <rh@pkgsrc.org> | 2002-04-27 08:49:14 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-04-27 08:49:14 +0000 |
commit | 28751db4076ce93ede0399270d4723424315f0ae (patch) | |
tree | 676e36756566a04800b18f20347803717ec7dd94 /net/libIDL/Makefile | |
parent | 0f31e13e4417da35b45613d4ce95d80200036422 (diff) | |
download | pkgsrc-28751db4076ce93ede0399270d4723424315f0ae.tar.gz |
Fix pkgconfig configuration file to include runtime library search path.
Bump PKGREVISION.
Diffstat (limited to 'net/libIDL/Makefile')
-rw-r--r-- | net/libIDL/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libIDL/Makefile b/net/libIDL/Makefile index 2a8c04d2b61..5248b83e23a 100644 --- a/net/libIDL/Makefile +++ b/net/libIDL/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 12:21:40 rh Exp $ +# $NetBSD: Makefile,v 1.2 2002/04/27 08:49:14 rh Exp $ # DISTNAME= libIDL-0.7.4 +PKGREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=pre-gnome2/sources/libIDL/} EXTRACT_SUFX= .tar.bz2 |