diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-11 16:51:14 +0800 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-11 16:51:14 +0800 |
commit | 09e4e6f119b9ec6b0056a841d178b9a94d4663c4 (patch) | |
tree | 60dbec4f6c36413d232be56d31553ec53ac5f6fa /devel/libast | |
parent | 6ed6dba53f7727f76189d43bcaac071f15a544b6 (diff) | |
download | freebsd-ports-gnome-09e4e6f119b9ec6b0056a841d178b9a94d4663c4.tar.gz freebsd-ports-gnome-09e4e6f119b9ec6b0056a841d178b9a94d4663c4.tar.zst freebsd-ports-gnome-09e4e6f119b9ec6b0056a841d178b9a94d4663c4.zip |
- Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion
was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
support it anymore. [2]
The patch was tested in the tinderbox.
Approved by: portmgr (marcus) [1],
Anders Troback <freebsd@troback.com> (maintainer) [2]
Diffstat (limited to 'devel/libast')
-rw-r--r-- | devel/libast/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libast/Makefile b/devel/libast/Makefile index fdd0f61a2171..a1c4ffa60acc 100644 --- a/devel/libast/Makefile +++ b/devel/libast/Makefile @@ -7,6 +7,7 @@ PORTNAME= libast PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://critical.ch/distfiles/ \ http://www.eterm.org/download/ @@ -15,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A library of assorted spiffy things LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ - Imlib2.3:${PORTSDIR}/graphics/imlib2 + Imlib2.4:${PORTSDIR}/graphics/imlib2 USE_AUTOTOOLS= libtool:15 USE_X_PREFIX= yes |