diff options
author | ale <ale@FreeBSD.org> | 2006-05-10 22:46:47 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-05-10 22:46:47 +0800 |
commit | a9d37ca9ec71498a5826402e3ab63ed48c448da1 (patch) | |
tree | a872f7f5dad6b2911b6a2ff03ccc48962757a279 /archivers | |
parent | af806c34824bed7d96a2904d8c7a36813055da87 (diff) | |
download | freebsd-ports-gnome-a9d37ca9ec71498a5826402e3ab63ed48c448da1.tar.gz freebsd-ports-gnome-a9d37ca9ec71498a5826402e3ab63ed48c448da1.tar.zst freebsd-ports-gnome-a9d37ca9ec71498a5826402e3ab63ed48c448da1.zip |
Chase gmp library and bump PORTREVISION.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ark/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index a49e3ac6ad9a..27a4262c3a14 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -15,7 +16,7 @@ DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Utilities for the KDE integrated X11 desktop -LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ netsnmp:${PORTSDIR}/net-mgmt/net-snmp RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg |