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 /x11/wmmsg | |
parent | - Update to 0.4.4. (diff) |
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 'x11/wmmsg')
-rw-r--r-- | x11/wmmsg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/wmmsg/Makefile b/x11/wmmsg/Makefile index ff600fcab6a3..ed66d9367c2f 100644 --- a/x11/wmmsg/Makefile +++ b/x11/wmmsg/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://taxiway.swapspace.net/~matt/wmmsg/ MAINTAINER= t.kempka@web.de COMMENT= Dockapp that notifies you on ICQ, AIM and IRC events -LIB_DEPENDS= Imlib2:${PORTSDIR}/graphics/imlib2 +LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 WRKSRC= ${WRKDIR}/${PORTNAME} |