diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-04 02:10:35 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-04 02:10:35 +0800 |
commit | f43c963b3850830795a8204cc7b755da94d8d184 (patch) | |
tree | cd08a49477b226e61d68dfcc8d366bf2bc730b70 /accessibility/dasher | |
parent | e1fb016323f3b07cdd0243b0dd69ae5e066a282f (diff) | |
download | freebsd-ports-gnome-f43c963b3850830795a8204cc7b755da94d8d184.tar.gz freebsd-ports-gnome-f43c963b3850830795a8204cc7b755da94d8d184.tar.zst freebsd-ports-gnome-f43c963b3850830795a8204cc7b755da94d8d184.zip |
Add a missing dependency on libxslt.
Reported by: bento via kris
Diffstat (limited to 'accessibility/dasher')
-rw-r--r-- | accessibility/dasher/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index 18467a46271e..46593e463314 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -7,6 +7,7 @@ PORTNAME= dasher PORTVERSION= 3.2.4 +PORTREVISION= 1 CATEGORIES= accessibility editors x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/3.2 @@ -18,7 +19,8 @@ COMMENT= Information efficient text-entry interface USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomehier gconf2 libglade2 +USE_GNOME= gnomeprefix gnomehack intlhack gnomehier gconf2 libglade2 \ + libxslt USE_LIBTOOL= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |