summaryrefslogtreecommitdiff
path: root/x11-toolkits/gal/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2001-05-21 18:06:05 +0000
committerAde Lovett <ade@FreeBSD.org>2001-05-21 18:06:05 +0000
commitbb1f4169ff1885a6749a502f8dcf572a08b062dc (patch)
tree1c4fcd2fbe08b61a9df91c50c3e16d94b3627083 /x11-toolkits/gal/Makefile
parentmaintainer just prove that he is the maintainer :p (diff)
Update to 0.8
Diffstat (limited to 'x11-toolkits/gal/Makefile')
-rw-r--r--x11-toolkits/gal/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/gal/Makefile b/x11-toolkits/gal/Makefile
index fe91d174a811..bb2f1d24a86a 100644
--- a/x11-toolkits/gal/Makefile
+++ b/x11-toolkits/gal/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gal
-PORTVERSION= 0.7
+PORTVERSION= 0.8
CATEGORIES?= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gal
@@ -34,5 +34,7 @@ pre-patch:
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
+ @find ${WRKSRC}/gal/widgets -name '*.[ch]' | xargs ${PERL} -pi -e \
+ 's|<iconv.h>|<giconv.h>|'
.include <bsd.port.mk>