diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-17 03:11:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-17 03:11:18 +0000 |
commit | 5acfb0b6caa4d8066c5625bf704f469f65c8cf28 (patch) | |
tree | a39571a04e7bf4b504ce85d2a01ea2a06d085ccc /lang/classpath-gui | |
parent | 51e3b4ad94dd7072b220d19f010934b1022e7d71 (diff) | |
download | pkgsrc-5acfb0b6caa4d8066c5625bf704f469f65c8cf28.tar.gz |
Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make
clear that these variables are completely unrelated to
BUILDLINK_TRANSFORM.
Added a legacy check that catches appearances of BUILDLINK_TRANSFORM.*.
XXX: Where should incompatible changes in pkgsrc be documented?
Diffstat (limited to 'lang/classpath-gui')
-rw-r--r-- | lang/classpath-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/classpath-gui/Makefile b/lang/classpath-gui/Makefile index 006a4bdacca..0da5a304ae6 100644 --- a/lang/classpath-gui/Makefile +++ b/lang/classpath-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/01/14 09:22:02 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2007/01/17 03:11:19 rillig Exp $ .include "../../lang/classpath/Makefile.common" @@ -14,7 +14,7 @@ BUILD_DIRS+= native/jni/gtk-peer INSTALL_DIRS= native/jni/gtk-peer BUILDLINK_FILES.libart2+= bin/libart2-config -BUILDLINK_TRANSFORM.libart2+= -e 's|/libart2-config|/libart-config|g' +BUILDLINK_FNAME_TRANSFORM.libart2+= -e 's|/libart2-config|/libart-config|g' BUILDLINK_DEPMETHOD.libXt?= build |