diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-03-07 15:10:20 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-03-07 15:10:20 +0000 |
commit | a9beb3d4b2f29adec4a42008e4e278ba2e93efea (patch) | |
tree | c02cb169c1c9b300fda90357240606ca54cf965c /multimedia/camserv | |
parent | fcfcc89e9daa6cd80e673b353fb2855b4f8fa00d (diff) | |
download | ports-a9beb3d4b2f29adec4a42008e4e278ba2e93efea.tar.gz ports-a9beb3d4b2f29adec4a42008e4e278ba2e93efea.zip |
1: Upgrade imlib2 to 1.2.0
2: chase shared library version to 3.
PR: ports/78347
Submitted by: Russell Jackson <raj at cserv62.csub.edu>
Somepart by: me
Notes
Notes:
svn path=/head/; revision=130537
Diffstat (limited to 'multimedia/camserv')
-rw-r--r-- | multimedia/camserv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/camserv/Makefile b/multimedia/camserv/Makefile index 14f1a8509814..f3f548fc44bc 100644 --- a/multimedia/camserv/Makefile +++ b/multimedia/camserv/Makefile @@ -17,7 +17,7 @@ MAINTAINER= q@uni.de COMMENT= Camserv is a free program to do streaming video via the web LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - Imlib2.2:${PORTSDIR}/graphics/imlib2 \ + Imlib2.3:${PORTSDIR}/graphics/imlib2 \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ freetype.9:${PORTSDIR}/print/freetype2 |