diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-04-20 05:49:12 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-04-20 05:49:12 +0000 |
commit | b408b864424e3438910e746c203ca36d5b365321 (patch) | |
tree | ee8133638d0419d7b951cff3e1256f454e15cf5c /x11-toolkits/gtk12/Makefile | |
parent | - Bump PORTEPOCH as we had a rollback (diff) |
Fix inter-library dependency on libgdk.
Reported by: krismail
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 143475a8f476..2467d239240c 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk PORTVERSION= 1.2.10 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gtk+/1.2 |