diff options
author | bsam <bsam@FreeBSD.org> | 2011-05-12 20:06:36 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2011-05-12 20:06:36 +0800 |
commit | e01fa4aef73f4ac20991bb61965f99f6d1c0609f (patch) | |
tree | a80a799494502956faa3db76a9a6c66a702f6fe3 | |
parent | 3cda4dce2e3b05b258f02fad7628e1e7528fbaa5 (diff) | |
download | freebsd-ports-gnome-e01fa4aef73f4ac20991bb61965f99f6d1c0609f.tar.gz freebsd-ports-gnome-e01fa4aef73f4ac20991bb61965f99f6d1c0609f.tar.zst freebsd-ports-gnome-e01fa4aef73f4ac20991bb61965f99f6d1c0609f.zip |
Seems that recently something was changed at the ports tree, so
add an explicit dependency upon x11/libXtst:
. USE_XORG+=xtst;
. bump PORTREVISION.
Spotted by: pointyhat via pavmail
-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 \ |