summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2006-06-26 15:10:30 +0000
committersalo <salo@pkgsrc.org>2006-06-26 15:10:30 +0000
commit7a3aff9aeb9e4f026fa65bacf73b18a18eacf716 (patch)
treee97d85a8edd9c5ea78445fc9ab8eb5533903bbaa
parent301a49e7ac776b8cb2198f0e37426bb3cd3d8b35 (diff)
downloadpkgsrc-7a3aff9aeb9e4f026fa65bacf73b18a18eacf716.tar.gz
Sync with other suse91_linux packages, this is not an application.
-rw-r--r--emulators/suse91_aspell/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/suse91_aspell/Makefile b/emulators/suse91_aspell/Makefile
index 5f3c451d49e..a184ea8dfdc 100644
--- a/emulators/suse91_aspell/Makefile
+++ b/emulators/suse91_aspell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/02/05 23:09:03 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/06/26 15:10:30 salo Exp $
DISTNAME= suse_aspell-${SUSE_VERSION}
PKGREVISION= 2
@@ -10,9 +10,7 @@ MAINTAINER= jdolecek@NetBSD.org
HOMEPAGE= http://www.suse.com/
COMMENT= Linux compatibility package for Aspell library
-.if !defined(USE_NATIVE_LINUX)
DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse91_base
-.endif
EXTRACT_ONLY= # empty
NO_BUILD= YES
@@ -22,5 +20,5 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
.include "Makefile.${MACHINE_ARCH}"
.endif
-.include "../../emulators/suse_linux/Makefile.application"
+.include "../../emulators/suse91_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"