From aa6d97e76b55a6a3005677a0f6ee33652b4a0207 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Wed, 19 Feb 2003 08:33:06 +0000 Subject: Correct PLIST_SUB so one plug-in doesn't overwrite the other's substitutions. PR: 48451 Submitted by: alane --- irc/xchat-gnome/Makefile | 8 ++++---- irc/xchat2/Makefile | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'irc') diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 0d2bcf156659..ed9f02c89e75 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -43,10 +43,10 @@ CONFIGURE_ARGS+= --enable-socks .if defined(WITH_PYTHON) USE_PYTHON= yes CONFIGURE_ARGS+= --enable-python -PLIST_SUB= PYTHON="" +PLIST_SUB+= PYTHON="" .else CONFIGURE_ARGS+= --disable-python -PLIST_SUB= PYTHON="@comment " +PLIST_SUB+= PYTHON="@comment " .endif .if defined(WITH_TCL) @@ -56,10 +56,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} \ -I${LOCALBASE}/include/tcl8.3" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} \ -L${LOCALBASE}/lib/tcl8.3" -PLIST_SUB= TCL="" +PLIST_SUB+= TCL="" .else CONFIGURE_ARGS+= --enable-tcl=no -PLIST_SUB= TCL="@comment " +PLIST_SUB+= TCL="@comment " .endif pre-everything:: diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 0d2bcf156659..ed9f02c89e75 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -43,10 +43,10 @@ CONFIGURE_ARGS+= --enable-socks .if defined(WITH_PYTHON) USE_PYTHON= yes CONFIGURE_ARGS+= --enable-python -PLIST_SUB= PYTHON="" +PLIST_SUB+= PYTHON="" .else CONFIGURE_ARGS+= --disable-python -PLIST_SUB= PYTHON="@comment " +PLIST_SUB+= PYTHON="@comment " .endif .if defined(WITH_TCL) @@ -56,10 +56,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} \ -I${LOCALBASE}/include/tcl8.3" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} \ -L${LOCALBASE}/lib/tcl8.3" -PLIST_SUB= TCL="" +PLIST_SUB+= TCL="" .else CONFIGURE_ARGS+= --enable-tcl=no -PLIST_SUB= TCL="@comment " +PLIST_SUB+= TCL="@comment " .endif pre-everything:: -- cgit v1.2.3