summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-28 06:05:31 +0000
committerjlam <jlam>2004-08-28 06:05:31 +0000
commit5f904e59871feaea408398a54183ec15241147eb (patch)
tree5dc4e89dc16e8bc4775289a094f06547ef41c178 /devel
parente034948f3d4b073559fd283f487b19a5ab970431 (diff)
downloadpkgsrc-5f904e59871feaea408398a54183ec15241147eb.tar.gz
Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else.
Diffstat (limited to 'devel')
-rw-r--r--devel/devhelp/Makefile6
-rw-r--r--devel/gettext-lib/builtin.mk4
-rw-r--r--devel/libslang/Makefile6
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile
index 6b2e689c53d..170b8a640b1 100644
--- a/devel/devhelp/Makefile
+++ b/devel/devhelp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/04/19 13:41:28 recht Exp $
+# $NetBSD: Makefile,v 1.15 2004/08/28 06:05:31 jlam Exp $
DISTNAME= devhelp-0.7
PKGREVISION= 9
@@ -21,8 +21,8 @@ USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-html-widget=gtkhtml2
-BUILDLINK_TRANSFORM+= S:-DG_DISABLE_DEPRECATED:
-BUILDLINK_TRANSFORM+= S:-DGTK_DISABLE_DEPRECATED:
+BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED
+BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/devhelp
diff --git a/devel/gettext-lib/builtin.mk b/devel/gettext-lib/builtin.mk
index f9803ca0e12..b710016cdce 100644
--- a/devel/gettext-lib/builtin.mk
+++ b/devel/gettext-lib/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.7 2004/05/09 20:31:07 danw Exp $
+# $NetBSD: builtin.mk,v 1.8 2004/08/28 06:05:31 jlam Exp $
.if !defined(_BLNK_LIBINTL_FOUND)
_BLNK_LIBINTL_FOUND!= \
@@ -135,7 +135,7 @@ _BLNK_LIBINTL+= ${BUILDLINK_LDADD.iconv}
_BLNK_LIBINTL= -lintl
. else
_BLNK_LIBINTL= # empty
-BUILDLINK_TRANSFORM+= l:intl:
+BUILDLINK_TRANSFORM+= rm:-lintl
. endif
.endif
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile
index 0b19713f829..6be5cbdeaf0 100644
--- a/devel/libslang/Makefile
+++ b/devel/libslang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2004/02/14 15:29:15 jlam Exp $
+# $NetBSD: Makefile,v 1.50 2004/08/28 06:05:32 jlam Exp $
#
DISTNAME= slang-1.4.9
@@ -32,8 +32,8 @@ post-install:
.include "../../mk/bsd.prefs.mk"
# Debian doesn't have -ltermcap, use -lncurses instead
-.if ${OPSYS} == "Linux" && ${LOWER_VENDOR} == "debian"
-BUILDLINK_TRANSFORM+= l:termcap:
+.if (${OPSYS} == "Linux") && (${LOWER_VENDOR} == "debian")
+BUILDLINK_TRANSFORM+= rm:-ltermcap
. include "../../devel/ncurses/buildlink3.mk"
.endif