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 /math/kcalc | |
parent | a8c2ff4187cd79361e93da9995e2594b37854cd3 (diff) | |
download | ports-be4bd12ceca250fc449034d19fc2e4bc79f6d8bb.tar.gz ports-be4bd12ceca250fc449034d19fc2e4bc79f6d8bb.zip |
RUN_DEPENDS on gnupg, CONFLICTS with kgpg.
Submitted by: lioux
Notes
Notes:
svn path=/head/; revision=100053
Diffstat (limited to 'math/kcalc')
-rw-r--r-- | math/kcalc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index a8f8ac39502e..ed44d32e1c46 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/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 |