diff options
author | jmc <jmc> | 2003-08-15 22:48:04 +0000 |
---|---|---|
committer | jmc <jmc> | 2003-08-15 22:48:04 +0000 |
commit | 6e6d2ead7f967ba8de54bc2b37769c7eac3ee07f (patch) | |
tree | c3fc5ecc573886f2d502332d021e6043e9710779 /chat | |
parent | aeb600c9cc30dc5d41b6f1d0c2cfafb4bccc4a1e (diff) | |
download | pkgsrc-6e6d2ead7f967ba8de54bc2b37769c7eac3ee07f.tar.gz |
Get iconv right for both forms of everybuddy
Diffstat (limited to 'chat')
-rw-r--r-- | chat/everybuddy-gnome/Makefile | 3 | ||||
-rw-r--r-- | chat/everybuddy/Makefile | 9 | ||||
-rw-r--r-- | chat/everybuddy/Makefile.common | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/chat/everybuddy-gnome/Makefile b/chat/everybuddy-gnome/Makefile index ec2b49c8bd2..a2b89b64034 100644 --- a/chat/everybuddy-gnome/Makefile +++ b/chat/everybuddy-gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/13 13:50:44 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2003/08/15 22:48:04 jmc Exp $ .include "../everybuddy/Makefile.common" @@ -7,7 +7,6 @@ PKGREVISION= 6 CONFLICTS+= everybuddy-[0-9]* COMMENT+= with GNOME support -USE_BUILDLINK2= yes CONFIGURE_ARGS+= --enable-panel .include "../../x11/gnome-core/buildlink2.mk" diff --git a/chat/everybuddy/Makefile b/chat/everybuddy/Makefile index e8bad8c60ba..f7f58a8c044 100644 --- a/chat/everybuddy/Makefile +++ b/chat/everybuddy/Makefile @@ -1,17 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2003/08/09 17:11:04 seb Exp $ +# $NetBSD: Makefile,v 1.8 2003/08/15 22:48:04 jmc Exp $ .include "Makefile.common" PKGREVISION= 4 -USE_BUILDLINK2= yes CONFLICTS+= everybuddy-gnome-[0-9]* .include "../../audio/esound/buildlink2.mk" -.include "../../converters/libiconv/buildlink2.mk" .include "../../x11/gtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" - -_ICONV_LIB= ${BUILDLINK_LIBICONV_LDADD:M-l*:C/-l//} -.if empty(_ICONV_LIB) -BUILDLINK_TRANSFORM+= S:-liconv: -.endif diff --git a/chat/everybuddy/Makefile.common b/chat/everybuddy/Makefile.common index 8a3fe413142..4e6b5992548 100644 --- a/chat/everybuddy/Makefile.common +++ b/chat/everybuddy/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2003/07/17 21:25:40 grant Exp $ +# $NetBSD: Makefile.common,v 1.10 2003/08/15 22:48:04 jmc Exp $ DISTNAME= everybuddy-0.2.0 CATEGORIES= chat @@ -12,6 +12,7 @@ DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs USE_GMAKE= YES GNU_CONFIGURE= YES +USE_BUILDLINK2= yes DISTINFO_FILE= ${.CURDIR}/../everybuddy/distinfo FILESDIR= ${.CURDIR}/../everybuddy/files @@ -28,3 +29,10 @@ post-build: post-install: ${INSTALL_SCRIPT} ${WRKDIR}/wrapper ${PREFIX}/bin/everybuddy + +.include "../../converters/libiconv/buildlink2.mk" + +_ICONV_LIB= ${BUILDLINK_LIBICONV_LDADD:M-l*:C/-l//} +.if empty(_ICONV_LIB) +BUILDLINK_TRANSFORM+= S:-liconv: +.endif |