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 /x11-wm/waimea/Makefile | |
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 'x11-wm/waimea/Makefile')
-rw-r--r-- | x11-wm/waimea/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/waimea/Makefile b/x11-wm/waimea/Makefile index 39e01ba61694..99a030a34e4f 100644 --- a/x11-wm/waimea/Makefile +++ b/x11-wm/waimea/Makefile @@ -27,7 +27,7 @@ GNU_CONFIGURE= yes MAN1= waimea.1 .if !defined(WITHOUT_PIXMAP) -LIB_DEPENDS+= Imlib2.2:${PORTSDIR}/graphics/imlib2 +LIB_DEPENDS+= Imlib2.3:${PORTSDIR}/graphics/imlib2 .endif .include <bsd.port.mk> |