From 50e6fc5c9fdae5b0adab10912c67c8d93e3f4849 Mon Sep 17 00:00:00 2001 From: salo Date: Tue, 10 Jan 2006 16:22:09 +0000 Subject: Reorder the inclusion of Makefile.application, fixes fetch target. Noticed by Robert Elz. --- emulators/suse91_aspell/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'emulators') 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" -- cgit v1.2.3