diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-13 21:42:43 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-13 21:42:43 +0000 |
commit | b3462d152b359771e6a37af540a8f2ba96913774 (patch) | |
tree | c05633e4a6a11c119c516e4814d1668291b18429 /x11-toolkits/gtk12/Makefile | |
parent | update to 1.2.5 (diff) |
Correct the name of the gdk library in the gdk pkgconfig file. This should get
xscreensaver building correctly without needing to delete pkgconfig.
Bump PORTREVISION.
Reported by: many
Diffstat (limited to 'x11-toolkits/gtk12/Makefile')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 66dcc772f13f..7565e4ea7f71 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk PORTVERSION= 1.2.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gtk+ |