diff options
author | Simon Barner <barner@FreeBSD.org> | 2007-07-04 15:10:58 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2007-07-04 15:10:58 +0000 |
commit | ff9f11c4da9aae59f797f0053b0bfa2caecbe80c (patch) | |
tree | 95c82da5e0c2ef6e4930cb125fed9a39eec8051c /x11-toolkits | |
parent | Use gcc3.4 on -CURRENT to fix build (diff) |
- Bump boost shared library version to 4
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=194915
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gigi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gigi/Makefile b/x11-toolkits/gigi/Makefile index ff623f407a76..2ffd4721423d 100644 --- a/x11-toolkits/gigi/Makefile +++ b/x11-toolkits/gigi/Makefile @@ -7,7 +7,7 @@ PORTNAME= gigi PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= alepulver @@ -16,7 +16,7 @@ MAINTAINER= alepulver@FreeBSD.org COMMENT= OpenGL Graphic User Interface Library LIB_DEPENDS= IL.1:${PORTSDIR}/graphics/devil \ - boost_filesystem.3:${PORTSDIR}/devel/boost \ + boost_filesystem.4:${PORTSDIR}/devel/boost \ freetype.9:${PORTSDIR}/print/freetype2 BROKEN= Does not build |