diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-03 18:10:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-03 18:10:35 +0000 |
commit | 68fb14f6c4499dc848d9f1d5052a2d15a124f6af (patch) | |
tree | 08c5f816455a751ea8a6320f5a964920d0671402 /accessibility | |
parent | ad21ee0c32b11a84afa604b0fcc5b12f6137d5cb (diff) | |
download | ports-68fb14f6c4499dc848d9f1d5052a2d15a124f6af.tar.gz ports-68fb14f6c4499dc848d9f1d5052a2d15a124f6af.zip |
Notes
Diffstat (limited to 'accessibility')
-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" \ |