summaryrefslogtreecommitdiff
path: root/x11/fltk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-02-22 19:26:05 +0000
committerwiz <wiz@pkgsrc.org>2007-02-22 19:26:05 +0000
commit601583c3207bd23bb05d0761888aefcb5699e1c2 (patch)
treefae33b1f36c87708a527346fcfbac7913893ed98 /x11/fltk
parent7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff)
downloadpkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'x11/fltk')
-rw-r--r--x11/fltk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile
index 981f9a529bb..7d53a01633d 100644
--- a/x11/fltk/Makefile
+++ b/x11/fltk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2007/01/02 12:42:45 joerg Exp $
+# $NetBSD: Makefile,v 1.62 2007/02/22 19:27:26 wiz Exp $
DISTNAME= fltk-1.1.7-source
PKGNAME= ${DISTNAME:S/-source//}
@@ -32,10 +32,10 @@ CONFIGURE_ARGS+= --enable-libtool=${LIBTOOL:Q}
CONFIGURE_ARGS+= --enable-threads
CONFIGURE_ARGS+= ac_cv_have_overlay=yes
.if exists(./descr)
-PLIST_SUBST+= WITH_LINKS="@comment "
+PLIST_SUBST+= WITH_LINKS="@comment "
.else
CONFIGURE_ARGS+= --with-links
-PLIST_SUBST+= WITH_LINKS=""
+PLIST_SUBST+= WITH_LINKS=""
.endif
.include "../../graphics/MesaLib/buildlink3.mk"