diff options
author | olgeni <olgeni@FreeBSD.org> | 2002-10-26 16:29:26 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2002-10-26 16:29:26 +0800 |
commit | 6a5c27acbc19e87738ee59cad48691c0c6b63da9 (patch) | |
tree | 0d44bdaa02514a434bcc32f691c2841b77c4cc49 /x11 | |
parent | 8c6a1a12d1408d8bef7990b3ef222c0fda47f8e8 (diff) | |
download | freebsd-ports-gnome-6a5c27acbc19e87738ee59cad48691c0c6b63da9.tar.gz freebsd-ports-gnome-6a5c27acbc19e87738ee59cad48691c0c6b63da9.tar.zst freebsd-ports-gnome-6a5c27acbc19e87738ee59cad48691c0c6b63da9.zip |
Bump libast shared lib version.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/eterm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 1c3f607118f9..b652a92fdb8c 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -19,7 +19,7 @@ MAINTAINER?= olgeni@FreeBSD.org BUILD_DEPENDS= man2html:${PORTSDIR}/textproc/man2html LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 \ - ast.1:${PORTSDIR}/devel/libast + ast.2:${PORTSDIR}/devel/libast USE_X_PREFIX= yes USE_LIBTOOL= yes |