diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-10 15:33:34 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-10 15:33:34 +0000 |
commit | 6202dce78e8a95366cd8c7f74ec14457bb4479d7 (patch) | |
tree | fa360019a1b1f9f55bd0ba16592782ddffa7fa18 /x11-toolkits/gtk12/Makefile | |
parent | Update to 0.3 (diff) |
Correct gtk+/glib libraries names in .pc files.
Submitted by: alfred
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 1d7b27e1feb5..66dcc772f13f 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk PORTVERSION= 1.2.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gtk+ |