aboutsummaryrefslogtreecommitdiff
path: root/graphics/kdegraphics3
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-01-11 06:17:04 +0000
committerWill Andrews <will@FreeBSD.org>2002-01-11 06:17:04 +0000
commitbda8e9b3d49318473fad79469eabd56286ac2396 (patch)
tree3e1572e95d90613e6ab697273311a81aae4badcb /graphics/kdegraphics3
parent5e3850ca618efeebd500ce6b65354eafb867c4db (diff)
downloadports-bda8e9b3d49318473fad79469eabd56286ac2396.tar.gz
ports-bda8e9b3d49318473fad79469eabd56286ac2396.zip
Notes
Diffstat (limited to 'graphics/kdegraphics3')
-rw-r--r--graphics/kdegraphics3/Makefile25
1 files changed, 5 insertions, 20 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile
index e39dc48cf44b..29147602fc45 100644
--- a/graphics/kdegraphics3/Makefile
+++ b/graphics/kdegraphics3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kdegraphics
PORTVERSION= 2.2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
@@ -15,14 +15,9 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
-BUILD_DEPENDS= dvips:${PORTSDIR}/print/teTeX \
- autoconf213:${PORTSDIR}/devel/autoconf213 \
+BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \
automake14:${PORTSDIR}/devel/automake14
-.if ${MACHINE_ARCH} == "i386" && !defined(NO_KDE_OBJPRELINK)
-BUILD_DEPENDS+= objprelink:${PORTSDIR}/devel/objprelink
-.endif
-RUN_DEPENDS= dvips:${PORTSDIR}/print/teTeX \
- gs:${PORTSDIR}/print/ghostscript-gnu
+RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
USE_KDELIBS_VER=2
USE_BZIP2= yes
@@ -30,18 +25,8 @@ INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS+=--without-kamera
-.if ${MACHINE_ARCH} == "i386" && !defined(NO_KDE_OBJPRELINK)
-CONFIGURE_ARGS+=--enable-objprelink
-.endif
-.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_FINAL)
-CONFIGURE_ARGS+=--enable-final
-.endif
-.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG)
-CONFIGURE_ARGS+=--disable-debug
-.else
-CONFIGURE_ARGS+=--enable-debug
-STRIP=''
-.endif
+
+.include "${.CURDIR}/../../x11/kde2/Makefile.kde"
.include <bsd.port.pre.mk>