diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-07 17:18:23 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-07 17:18:23 +0000 |
commit | 968dd5a275f394ca31a4adbce076d9967922221e (patch) | |
tree | ced23565876304239681d818c5b2b5fa97574612 /accessibility | |
parent | 4c50f4be8ffdfdc622631b56a35f91fa17302c91 (diff) | |
download | ports-968dd5a275f394ca31a4adbce076d9967922221e.tar.gz ports-968dd5a275f394ca31a4adbce076d9967922221e.zip |
Notes
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/dasher/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index ba457dfa1a39..fe0570c33e23 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -7,6 +7,7 @@ PORTNAME= dasher PORTVERSION= 3.2.11 +PORTREVISION= 1 CATEGORIES= accessibility editors x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/3.2 @@ -21,7 +22,7 @@ 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 +USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi WANT_GNOME= yes USE_LIBTOOL_VER=15 USE_REINPLACE= yes @@ -32,12 +33,6 @@ MAN1= dasher.1 .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mlibgnomeui}!="" -USE_GNOME+= libgnomeui -.else -CONFIGURE_ARGS+=--without-gnome -.endif - .if ${HAVE_GNOME:Mgnomespeech}!="" USE_GNOME+= gnomespeech .else |