diff options
Diffstat (limited to 'deskutils/etoile-dictionaryreader/Makefile')
-rw-r--r-- | deskutils/etoile-dictionaryreader/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/deskutils/etoile-dictionaryreader/Makefile b/deskutils/etoile-dictionaryreader/Makefile index fef72985925a..830015b3a370 100644 --- a/deskutils/etoile-dictionaryreader/Makefile +++ b/deskutils/etoile-dictionaryreader/Makefile @@ -6,8 +6,7 @@ # PORTNAME= dictionaryreader -PORTVERSION= 0.2 -PORTREVISION= 1 +PORTVERSION= 0.4.0 CATEGORIES= deskutils gnustep MASTER_SITES= http://download.gna.org/etoile/ PKGNAMEPREFIX= etoile- @@ -16,13 +15,17 @@ DISTNAME= etoile-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Dict client for GNUstep +USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes +USE_GNUSTEP_LOCAL_LIBS+= EtoileUI:${ETOILE_UI_PORT} WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION} USE_GNUSTEP_MAKE_DIRS+= Services/User/DictionaryReader +ETOILE_UI_PORT?= deskutils/etoile-ui + .include <bsd.port.mk> |