diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-25 13:33:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-25 13:33:43 +0000 |
commit | e11955db153cc7083abdca603b30c475a324e5f3 (patch) | |
tree | adaa1d6e838383c9fbac40b31ba21f2b0e9edd07 /x11/gtk2/Makefile | |
parent | 817d2540cc4e4d95c2c9d62dd77c6e6efd828b8f (diff) | |
download | pkgsrc-e11955db153cc7083abdca603b30c475a324e5f3.tar.gz |
Fix pkglint warning.
Diffstat (limited to 'x11/gtk2/Makefile')
-rw-r--r-- | x11/gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 74a4ee0544a..f1b89eaa725 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.108 2006/02/25 13:32:10 wiz Exp $ +# $NetBSD: Makefile,v 1.109 2006/02/25 13:33:43 wiz Exp $ # DISTNAME= gtk+-2.8.13 @@ -59,7 +59,7 @@ PRINT_PLIST_AWK+= /^@dirrm share\/themes\/Default$$/ \ SUBST_CLASSES+= pthread SUBST_STAGE.pthread= pre-configure -SUBST_MESSAGE.pthread= "Fixing pthread flags." +SUBST_MESSAGE.pthread= Fixing pthread flags. SUBST_SED.pthread= -e 's,__PTHREAD_FLAGS__,${BUILDLINK_LDFLAGS.pthread},g' SUBST_FILES.pthread= gdk-pixbuf/Makefile.in |