diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 840ce94382a2b453f8e23aaa7f4b47e17540cf78 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /x11/fltk | |
parent | 6ec0551db2bce57c311ad995aa1d22786cfe926d (diff) | |
download | pkgsrc-840ce94382a2b453f8e23aaa7f4b47e17540cf78.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/Makefile | 6 |
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" |