diff options
Diffstat (limited to 'emulators/suse91_aspell')
-rw-r--r-- | emulators/suse91_aspell/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/suse91_aspell/Makefile b/emulators/suse91_aspell/Makefile index a471c07d333..6ab0f779829 100644 --- a/emulators/suse91_aspell/Makefile +++ b/emulators/suse91_aspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/01/08 16:53:21 salo Exp $ +# $NetBSD: Makefile,v 1.7 2006/01/10 16:22:09 salo Exp $ DISTNAME= suse_aspell-${SUSE_VERSION} PKGREVISION= 1 @@ -10,8 +10,6 @@ MAINTAINER= jdolecek@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for Aspell library -.include "../../emulators/suse_linux/Makefile.application" - .if !defined(USE_NATIVE_LINUX) DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse91_base .endif @@ -24,4 +22,5 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC .include "Makefile.${MACHINE_ARCH}" .endif +.include "../../emulators/suse_linux/Makefile.application" .include "../../mk/bsd.pkg.mk" |