diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /textproc/stardict2 | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) |
Notes
Diffstat (limited to 'textproc/stardict2')
-rw-r--r-- | textproc/stardict2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/stardict2/Makefile b/textproc/stardict2/Makefile index f8bf86f7ce7c..42522c517151 100644 --- a/textproc/stardict2/Makefile +++ b/textproc/stardict2/Makefile @@ -7,7 +7,7 @@ PORTNAME= stardict PORTVERSION= 2.4.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,7 +20,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" USE_GMAKE= yes -USE_X_PREFIX= yes USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix USE_GETTEXT= yes |