diff options
author | stefan <stefan@FreeBSD.org> | 2007-02-25 20:04:56 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2007-02-25 20:04:56 +0800 |
commit | aa2a0c89f612a3dca771617500f9f94d3d95cec4 (patch) | |
tree | 10598ac598a35419cff49e8791efd02733d5f66c /devel | |
parent | f3115a14dae594e8f98fd7ccb6cab7f7915eae71 (diff) | |
download | freebsd-ports-gnome-aa2a0c89f612a3dca771617500f9f94d3d95cec4.tar.gz freebsd-ports-gnome-aa2a0c89f612a3dca771617500f9f94d3d95cec4.tar.zst freebsd-ports-gnome-aa2a0c89f612a3dca771617500f9f94d3d95cec4.zip |
Depend on security/gnupg1, not security/gnupg.
PR: 109482
Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/otrs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/otrs/Makefile b/devel/otrs/Makefile index 069b5d135bcf..8e0850e7e765 100644 --- a/devel/otrs/Makefile +++ b/devel/otrs/Makefile @@ -7,6 +7,7 @@ PORTNAME= otrs PORTVERSION= 2.1.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \ ftp://ftp.samurai.com/pub/otrs/ \ @@ -99,7 +100,7 @@ RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif .ifdef WITH_GNUPG -RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg +RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg1 .endif do-build: |