diff options
author | ade <ade@FreeBSD.org> | 2001-05-31 22:16:13 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-31 22:16:13 +0000 |
commit | 6147be03b2ccf2eb7310d2481445311a628a4afa (patch) | |
tree | fd4607eb544ae3a72062cfb1f6477eb207422464 /x11-toolkits/gtk12/Makefile | |
parent | 96491173dd003622637ab7da7c4c9bdcd085dd25 (diff) | |
download | FreeBSD-ports-6147be03b2ccf2eb7310d2481445311a628a4afa.zip FreeBSD-ports-6147be03b2ccf2eb7310d2481445311a628a4afa.tar.gz |
Add removal of libdata/ to the plist. Ideally, this should be fixed
by adding libdata to the X11 mtree's, but this hack will do for now,
and let bento build the 506 ports that apparently depend on gtk12 :)
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 cb59dad..b73b644 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk PORTVERSION= 1.2.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gtk+ |