diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-03-07 23:10:20 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-03-07 23:10:20 +0800 |
commit | 15bc73260884848cdd66204f3748e902c0cf70a0 (patch) | |
tree | 72f13743e2c6e101e1c259c3cdb81cd3a3b923ab /graphics/ruby-imlib2 | |
parent | 30319bb61521cdf07a1bda52f28d5d9ed3eae75e (diff) | |
download | freebsd-ports-gnome-15bc73260884848cdd66204f3748e902c0cf70a0.tar.gz freebsd-ports-gnome-15bc73260884848cdd66204f3748e902c0cf70a0.tar.zst freebsd-ports-gnome-15bc73260884848cdd66204f3748e902c0cf70a0.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
Diffstat (limited to 'graphics/ruby-imlib2')
-rw-r--r-- | graphics/ruby-imlib2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ruby-imlib2/Makefile b/graphics/ruby-imlib2/Makefile index b5565190d8b9..54849eb886ce 100644 --- a/graphics/ruby-imlib2/Makefile +++ b/graphics/ruby-imlib2/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Imlib2 bindings for Ruby -LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 +LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 USE_RUBY= yes USE_RUBY_EXTCONF= yes |