diff options
author | tron <tron@pkgsrc.org> | 2002-04-04 12:29:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-04-04 12:29:46 +0000 |
commit | b6343d0c1050186df8e7dd1498d066b0381bbdd2 (patch) | |
tree | 02ee0f024d7c7f6ab249edb6825bb16713c7494f /chat | |
parent | 885763de4e5cb053002bbbd2dbfe70fbcb398c37 (diff) | |
download | pkgsrc-b6343d0c1050186df8e7dd1498d066b0381bbdd2.tar.gz |
Use "suse_linux/Makefile.application" to pick correct SuSE packages.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/aim/Makefile | 13 | ||||
-rw-r--r-- | chat/ymessenger/Makefile | 8 |
2 files changed, 10 insertions, 11 deletions
diff --git a/chat/aim/Makefile b/chat/aim/Makefile index badaf40f5f6..44f66b3dee5 100644 --- a/chat/aim/Makefile +++ b/chat/aim/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/12/22 18:40:00 fredb Exp $ -# +# $NetBSD: Makefile,v 1.2 2002/04/04 12:29:47 tron Exp $ DISTNAME= aim-1.5.234 CATEGORIES= chat @@ -11,10 +10,10 @@ HOMEPAGE= http://www.aim.com/ COMMENT= AOL Instant Messenger (SM) BUILD_DEPENDS+= rpm2pkg-1.2:../../pkgtools/rpm2pkg -DEPENDS+= suse_base>=6.4:../../emulators/suse_base -DEPENDS+= suse_compat>=6.4:../../emulators/suse_compat -DEPENDS+= suse_x11>=6.4:../../emulators/suse_x11 -DEPENDS+= suse_gtk>=6.4:../../emulators/suse_gtk +DEPENDS+= suse_base>=6.4:../../emulators/${SUSE_DIR_PREFIX}_base +DEPENDS+= suse_compat>=6.4:../../emulators/${SUSE_DIR_PREFIX}_compat +DEPENDS+= suse_x11>=6.4:../../emulators/${SUSE_DIR_PREFIX}_x11 +DEPENDS+= suse_gtk>=6.4:../../emulators/${SUSE_DIR_PREFIX}_gtk ONLY_FOR_PLATFORM= NetBSD-*-i386 @@ -31,4 +30,4 @@ do-install: -p emul/linux ${DISTDIR}/${DISTFILES} ${LN} -s ${PREFIX}/emul/linux/usr/local/bin/aim ${PREFIX}/bin/aim -.include "../../mk/bsd.pkg.mk" +.include "../../emulators/suse_linux/Makefile.application" diff --git a/chat/ymessenger/Makefile b/chat/ymessenger/Makefile index d168feb4a4d..43cbf305297 100644 --- a/chat/ymessenger/Makefile +++ b/chat/ymessenger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/08/20 04:10:20 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/04/04 12:29:47 tron Exp $ DISTNAME= ymessenger-0.93.0 CATEGORIES= chat @@ -9,8 +9,8 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://messenger.yahoo.com/ COMMENT= Yahoo! instant messaging client -DEPENDS+= suse_compat>=6.4:../../emulators/suse_compat -DEPENDS+= suse_gtk>=6.4:../../emulators/suse_gtk +DEPENDS+= suse_compat>=6.4:../../emulators/${SUSE_DIR_PREFIX}_compat +DEPENDS+= suse_gtk>=6.4:../../emulators/${SUSE_DIR_PREFIX}_gtk ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-i386 NetBSD-1.4Z[A-Z]-i386 \ NetBSD-1.5_ALPHA-i386 NetBSD-1.[5-9]*-i386 @@ -33,4 +33,4 @@ RPMFILES= ${DISTFILES} post-install: ${LN} -fs ../${EMULSUBDIR}/usr/local/bin/ymessenger ${PREFIX}/bin -.include "../../emulators/suse_linux/Makefile.common" +.include "../../emulators/suse_linux/Makefile.application" |