diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-10-26 08:29:26 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-10-26 08:29:26 +0000 |
commit | 5dd030ba6e4d8a8e7d5fced3a0df04b32959a03b (patch) | |
tree | 6d77f9d556a140c6e386138e2ca481a1077703d7 /x11/eterm | |
parent | Upgrade to 1.6. (diff) |
Bump libast shared lib version.
Notes
Notes:
svn path=/head/; revision=68863
Diffstat (limited to 'x11/eterm')
-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 |