diff options
author | lofi <lofi@FreeBSD.org> | 2004-02-10 06:15:11 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-02-10 06:15:11 +0800 |
commit | 8137f7d78b9ce4e8d59b967f4f4f8a9384093377 (patch) | |
tree | a69609c76d721fd75f503bc1094470320e63607b /archivers/ark/Makefile | |
parent | 3f177680952ac41bc64fcf9bc9b7eb49ec41a403 (diff) | |
download | freebsd-ports-gnome-8137f7d78b9ce4e8d59b967f4f4f8a9384093377.tar.gz freebsd-ports-gnome-8137f7d78b9ce4e8d59b967f4f4f8a9384093377.tar.zst freebsd-ports-gnome-8137f7d78b9ce4e8d59b967f4f4f8a9384093377.zip |
Enable kdepasswd, depend on kdebase, fix plist.bas*, bump PORTREVISION.
Diffstat (limited to 'archivers/ark/Makefile')
-rw-r--r-- | archivers/ark/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index ed44d32e1c46..893fc6bedde0 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -7,20 +7,21 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src DIST_SUBDIR= KDE +MAINTAINER?= kde@FreeBSD.org +COMMENT= Utilities for the KDE integrated X11 desktop + RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg CONFLICTS= kgpg-* -MAINTAINER?= kde@FreeBSD.org -COMMENT= Utilities for the KDE integrated X11 desktop - USE_KDELIBS_VER=3 +USE_KDEBASE_VER=3 PREFIX= ${KDE_PREFIX} KDE_BUILD_PLIST=yes @@ -28,15 +29,15 @@ USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_REINPLACE= yes -DO_NOT_COMPILE+=kmilo kdepasswd -CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" +DO_NOT_COMPILE+=kmilo +CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" CONFLICTS= kgpg-* INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 -#klaptop needs APM, which is i386 only +#klaptop needs APM, which is i386 only .if ${MACHINE_ARCH} != "i386" WITHOUT_KLAPTOP =yes .endif # ${MACHINE_ARCH} == "alpha" |