diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-04 13:56:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-04 13:56:44 +0800 |
commit | 3ccdb18fa840fd6d585385ebc74cec979e2d9dc9 (patch) | |
tree | 84f0d039d80adcc6c92e7500b31394e359116351 | |
parent | 283a2923516d683954d23fd20bdc05c1a3b36d13 (diff) | |
download | freebsd-ports-gnome-3ccdb18fa840fd6d585385ebc74cec979e2d9dc9.tar.gz freebsd-ports-gnome-3ccdb18fa840fd6d585385ebc74cec979e2d9dc9.tar.zst freebsd-ports-gnome-3ccdb18fa840fd6d585385ebc74cec979e2d9dc9.zip |
Add missing dependencies on scrollkeeper.
-rw-r--r-- | accessibility/dasher/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index 46593e463314..78dfcfb082ac 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -7,7 +7,7 @@ PORTNAME= dasher PORTVERSION= 3.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= accessibility editors x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/3.2 @@ -16,11 +16,13 @@ DIST_SUBDIR= gnome2 MAINTAINER= purple@lewiz.net COMMENT= Information efficient text-entry interface +BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper +RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper + USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomehier gconf2 libglade2 \ - libxslt +USE_GNOME= gnomeprefix gnomehack intlhack gnomehier gconf2 libglade2 USE_LIBTOOL= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |