summaryrefslogtreecommitdiff
path: root/chat/aim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/aim/Makefile')
-rw-r--r--chat/aim/Makefile13
1 files changed, 6 insertions, 7 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"