diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2008-08-01 12:28:05 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2008-08-01 12:28:05 +0000 |
commit | 3d8a45efa70470d3423d3837ac8c0636eb970e1b (patch) | |
tree | 88acb3856219f8312098f860f14ba34c3843439d | |
parent | - Register conflicts between devel/py-cheetah and www/cheetah ports (diff) |
Add missing dependency on libXtst
PR: 123406
Submitted by: Mel <mel.zyzzy@rachie.is-a-geek.net>
Reported by: Gergely Czuczy
-rw-r--r-- | net/kdenetwork3/Makefile | 2 | ||||
-rw-r--r-- | net/kdenetwork4/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index 55cc4bfe08dc..6163bd59cb4a 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -8,6 +8,7 @@ PORTNAME= kdenetwork PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES?= net kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -27,6 +28,7 @@ USE_PERL5= yes USE_BZIP2= yes USE_GMAKE= yes USE_OPENSSL= yes +USE_XORG= xtst USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index 55cc4bfe08dc..6163bd59cb4a 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -8,6 +8,7 @@ PORTNAME= kdenetwork PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES?= net kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -27,6 +28,7 @@ USE_PERL5= yes USE_BZIP2= yes USE_GMAKE= yes USE_OPENSSL= yes +USE_XORG= xtst USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes |