diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2011-05-12 12:06:36 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2011-05-12 12:06:36 +0000 |
commit | 9f673045a900da12de1ad01bdeffbdc919eee656 (patch) | |
tree | 6c43ab4731244e7cf6426b9413f1bf98abe9a636 /textproc | |
parent | e2444d3759cf707b1d269075d00d2242a45481e5 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/goldendict/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/goldendict/Makefile b/textproc/goldendict/Makefile index 6bc1498c11a0..9f2959957118 100644 --- a/textproc/goldendict/Makefile +++ b/textproc/goldendict/Makefile @@ -7,6 +7,7 @@ PORTNAME= goldendict PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:C|(.*)\.[0-9]*$|\1|}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -22,6 +23,7 @@ LICENSE= GPLv3 USE_BZIP2= yes HAS_CONFIGURE= yes USE_GNOME= pkgconfig +USE_XORG= xtst USE_QT_VER= 4 USE_QT4= linguist QT_COMPONENTS= corelib gui webkit \ |