diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-05 01:23:10 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-05 01:23:10 +0000 |
commit | 38a92d46fecb74d6b431e72fb051d4852ae09192 (patch) | |
tree | 9175166a8d864537bf06b6192f8990ba59164986 /misc/kdeutils3/Makefile | |
parent | baa573cc0f3c67d02f961def5da5d4b3fccc5e54 (diff) | |
download | ports-38a92d46fecb74d6b431e72fb051d4852ae09192.tar.gz ports-38a92d46fecb74d6b431e72fb051d4852ae09192.zip |
Notes
Diffstat (limited to 'misc/kdeutils3/Makefile')
-rw-r--r-- | misc/kdeutils3/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile index 071fcca08c57..a8f8ac39502e 100644 --- a/misc/kdeutils3/Makefile +++ b/misc/kdeutils3/Makefile @@ -7,10 +7,10 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org @@ -24,6 +24,10 @@ 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}" + +CONFLICTS= kgpg-* INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 @@ -31,7 +35,7 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 #klaptop needs APM, which is i386 only .if ${MACHINE_ARCH} != "i386" WITHOUT_KLAPTOP =yes -.endif +.endif # ${MACHINE_ARCH} == "alpha" .if defined(WITHOUT_KLAPTOP) DO_NOT_COMPILE+=klaptopdaemon @@ -52,11 +56,6 @@ CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500107 -post-patch: - ${REINPLACE_CMD} -e 's,selectdevs,devstat_selectdevs,' ${WRKSRC}/configure -.endif - .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.post.mk> |