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/kdegraphics4 | |
parent | 9564e799ea16e575db83649839e59182c40c7d03 (diff) |
Notes
Diffstat (limited to 'graphics/kdegraphics4')
-rw-r--r-- | graphics/kdegraphics4/Makefile | 4 |
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 |