diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-02-06 06:54:53 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-02-06 06:54:53 +0000 |
commit | fa50ddead3dc787416522a81adafaf1057525ba6 (patch) | |
tree | aa52f6659fce2eb79dff02e0149cc1cc0413b3ca /accessibility/dasher/Makefile | |
parent | The tarball has been rerolled to include our patches. (diff) |
- Bump $PORTREVISION for libexpat shlib bump.
- Add explicit LIB_DEPENDS on libexpat.
Spotted by: nork
Diffstat (limited to 'accessibility/dasher/Makefile')
-rw-r--r-- | accessibility/dasher/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index 5a74508f6471..bc05491c3ab8 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -8,6 +8,7 @@ PORTNAME= dasher PORTVERSION= 3.2.18 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= accessibility editors x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -18,6 +19,7 @@ MAINTAINER= lewiz@compsoc.man.ac.uk COMMENT= Information efficient text-entry interface BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper +LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper USE_BZIP2= yes |