diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-12 18:05:21 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-12 18:05:21 +0000 |
commit | 10be91f19ed4852a8e4ba5341f7ace7b5a6458ca (patch) | |
tree | 4fb081562e1ae43a2da03a8efb1f4e90ed046d68 /graphics/kdegraphics3 | |
parent | Minor/cosmetic changes: (diff) |
s/.elseif/.elif
Notes
Notes:
svn path=/head/; revision=133163
Diffstat (limited to 'graphics/kdegraphics3')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 4 |
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 |