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 | 62a1f6079776ddbd2432c37248265e5690ed5ece (patch) | |
tree | 46569fecc5d65935e8181ce2235908e26d30677c /devel | |
parent | ea8c1c99fad6c5b6aea47bd17cc419729e304145 (diff) | |
download | pkgsrc-62a1f6079776ddbd2432c37248265e5690ed5ece.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')
-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" |