diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-05 14:06:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-05 14:06:06 +0000 |
commit | 2bb66fde4dbcd68fe0bf7a8ceeaf80521e185fcb (patch) | |
tree | 46569fecc5d65935e8181ce2235908e26d30677c /devel/pango | |
parent | 0bd9f4313cbd6b5aa9d79d58cc2e29050bed2b5b (diff) | |
download | pkgsrc-2bb66fde4dbcd68fe0bf7a8ceeaf80521e185fcb.tar.gz |
Fix last commit from myself to work with the changes from another of
my commits: CHECK_FILES_SKIP is a full path. Addresses PR 34991.
Diffstat (limited to 'devel/pango')
-rw-r--r-- | devel/pango/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pango/Makefile b/devel/pango/Makefile index 04f3fbd629e..ddc254d08e5 100644 --- a/devel/pango/Makefile +++ b/devel/pango/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2006/11/03 11:27:56 joerg Exp $ +# $NetBSD: Makefile,v 1.93 2006/11/05 14:06:06 joerg Exp $ DISTNAME= pango-1.14.7 PKGREVISION= 1 @@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --with-qt=no # Avoid an ICE in gcc2 on sparc64 CONFIGURE_ENV+= F77=${FALSE:Q} -CHECK_FILES_SKIP+= libdata/pango/pango.modules +CHECK_FILES_SKIP+= ${PREFIX}/libdata/pango/pango.modules .include "options.mk" |