diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-05-13 09:46:02 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-05-13 09:46:02 +0000 |
commit | 523a16e2bde0806face29fc8489a3cbcf49cfff0 (patch) | |
tree | 36ff86cd370c2c0eb1f52fe92bc02aff559884fe /sysutils/kfloppy | |
parent | 7b9437e30c95045aa377caf6385cfb927a100461 (diff) | |
download | ports-523a16e2bde0806face29fc8489a3cbcf49cfff0.tar.gz ports-523a16e2bde0806face29fc8489a3cbcf49cfff0.zip |
Notes
Diffstat (limited to 'sysutils/kfloppy')
-rw-r--r-- | sysutils/kfloppy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/kfloppy/Makefile b/sysutils/kfloppy/Makefile index bd21ac898aaf..1c4ed38f34da 100644 --- a/sysutils/kfloppy/Makefile +++ b/sysutils/kfloppy/Makefile @@ -6,6 +6,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -14,7 +15,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Utilities for the KDE4 integrated X11 Desktop -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ zip.1:${PORTSDIR}/archivers/libzip \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg |