diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-05 14:20:55 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-05 14:20:55 +0000 |
commit | be4bd12ceca250fc449034d19fc2e4bc79f6d8bb (patch) | |
tree | 13f21f43bca672683e1922fa5e6566452ddb00b3 /comms | |
parent | CONFLICTS with umbrello. (diff) |
RUN_DEPENDS on gnupg, CONFLICTS with kgpg.
Submitted by: lioux
Notes
Notes:
svn path=/head/; revision=100053
Diffstat (limited to 'comms')
-rw-r--r-- | comms/kremotecontrol/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile index a8f8ac39502e..ed44d32e1c46 100644 --- a/comms/kremotecontrol/Makefile +++ b/comms/kremotecontrol/Makefile @@ -7,12 +7,16 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src DIST_SUBDIR= KDE +RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg + +CONFLICTS= kgpg-* + MAINTAINER?= kde@FreeBSD.org COMMENT= Utilities for the KDE integrated X11 desktop |