summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics4
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/kdegraphics4
parentMinor/cosmetic changes: (diff)
s/.elseif/.elif
Notes
Notes: svn path=/head/; revision=133163
Diffstat (limited to 'graphics/kdegraphics4')
-rw-r--r--graphics/kdegraphics4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile
index 0ea2067488f4..4b49bf3ae684 100644
--- a/graphics/kdegraphics4/Makefile
+++ b/graphics/kdegraphics4/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