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 /net/kdenetwork4 | |
parent | 598534dbc57cf430ae993b1166dfa5a0ef77257e (diff) | |
download | ports-3d8a45efa70470d3423d3837ac8c0636eb970e1b.tar.gz ports-3d8a45efa70470d3423d3837ac8c0636eb970e1b.zip |
Notes
Diffstat (limited to 'net/kdenetwork4')
-rw-r--r-- | net/kdenetwork4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |