diff options
author | dholland <dholland@pkgsrc.org> | 2015-12-29 04:54:34 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-12-29 04:54:34 +0000 |
commit | 98785d5e4affb6557d62111b953c336f8af8ea21 (patch) | |
tree | 22660914e25548c12358662b9ca43a700d7d49a9 /x11/wxGTK30/Makefile | |
parent | ed68e0788eeb4d65e2c1a411188b70d43224df36 (diff) | |
download | pkgsrc-98785d5e4affb6557d62111b953c336f8af8ea21.tar.gz |
Whitespace.
Diffstat (limited to 'x11/wxGTK30/Makefile')
-rw-r--r-- | x11/wxGTK30/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/wxGTK30/Makefile b/x11/wxGTK30/Makefile index 55fca3981fa..b62762f4eba 100644 --- a/x11/wxGTK30/Makefile +++ b/x11/wxGTK30/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.9 2015/04/25 14:25:20 tnn Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/29 04:54:40 dholland Exp $ VERSION= 3.0.2 PKGREVISION= 2 DISTNAME= wxWidgets-${VERSION} PKGNAME= wxGTK30-${VERSION} CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxwindows/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxwindows/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= dbj@NetBSD.org HOMEPAGE= http://www.wxwidgets.org/ COMMENT= GTK-based implementation of the wxWidgets GUI library # LGPLv2 with additional permission; http://opensource.org/licenses/wxwindows -LICENSE= gnu-lgpl-v2 +LICENSE= gnu-lgpl-v2 PATCHFILES= ${DISTNAME}-libtool.diff.bz2 PATCH_SITES= ${MASTER_SITE_LOCAL} |