diff options
author | rh <rh@pkgsrc.org> | 2002-07-18 02:19:24 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-07-18 02:19:24 +0000 |
commit | db7a881c685e052c925e41baff581d6850aa35fa (patch) | |
tree | 623e300dcabd3e58c0a18d12e4086b06d5d92a01 /x11/gtk/Makefile | |
parent | 93b726dd326936702766c2793b2985b1ac600966 (diff) | |
download | pkgsrc-db7a881c685e052c925e41baff581d6850aa35fa.tar.gz |
Patch the various pkgconfig files to include proper -Wl,-R options.
Bump PKGREVISION
Diffstat (limited to 'x11/gtk/Makefile')
-rw-r--r-- | x11/gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index ff31a35a02e..99bf9d420e8 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.70 2002/07/03 03:24:49 jschauma Exp $ +# $NetBSD: Makefile,v 1.71 2002/07/18 02:19:33 rh Exp $ DISTNAME= gtk+-1.2.10 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.2/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \ |