aboutsummaryrefslogtreecommitdiff
path: root/graphics/kdegraphics3
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2005-04-12 18:05:21 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2005-04-12 18:05:21 +0000
commit10be91f19ed4852a8e4ba5341f7ace7b5a6458ca (patch)
tree4fb081562e1ae43a2da03a8efb1f4e90ed046d68 /graphics/kdegraphics3
parent9564e799ea16e575db83649839e59182c40c7d03 (diff)
downloadports-10be91f19ed4852a8e4ba5341f7ace7b5a6458ca.tar.gz
ports-10be91f19ed4852a8e4ba5341f7ace7b5a6458ca.zip
Notes
Diffstat (limited to 'graphics/kdegraphics3')
-rw-r--r--graphics/kdegraphics3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile
index 0ea2067488f4..4b49bf3ae684 100644
--- a/graphics/kdegraphics3/Makefile
+++ b/graphics/kdegraphics3/Makefile
@@ -50,13 +50,13 @@ OPTIONS= IMLIB "Build Kuickshow, a fast and versatile image viewer" off \
.if defined(WITH_IMLIB)
RUN_DEPENDS+= kuickshow:${PORTSDIR}/graphics/kuickshow
-.elseif defined(WITHOUT_IMLIB)
+.elif defined(WITHOUT_IMLIB)
CONFIGURE_ARGS+=--without-imlib-config
.endif
.if defined(WITH_GPHOTO2)
RUN_DEPENDS+= ${LOCALBASE}/lib/kde3/kcm_kamera.la:${PORTSDIR}/graphics/kamera
-.elseif defined(WITHOUT_GPHOTO2)
+.elif defined(WITHOUT_GPHOTO2)
CONFIGURE_ARGS+=--without-kamera
.endif