diff options
author | barner <barner@FreeBSD.org> | 2007-07-04 23:10:58 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2007-07-04 23:10:58 +0800 |
commit | bf1a3874aa1c460365e3e2ec3861fb30d88ce983 (patch) | |
tree | 1959b096418c744ba154c2fbbfdbf7055a654918 /x11-toolkits | |
parent | f68596762687c06b29aade20be0bfa9330b5ee81 (diff) | |
download | freebsd-ports-graphics-bf1a3874aa1c460365e3e2ec3861fb30d88ce983.tar.gz freebsd-ports-graphics-bf1a3874aa1c460365e3e2ec3861fb30d88ce983.tar.zst freebsd-ports-graphics-bf1a3874aa1c460365e3e2ec3861fb30d88ce983.zip |
- Bump boost shared library version to 4
- Bump PORTREVISION
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 ff623f407a7..2ffd4721423 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 |