summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorsalo <salo>2006-01-10 16:22:09 +0000
committersalo <salo>2006-01-10 16:22:09 +0000
commit50e6fc5c9fdae5b0adab10912c67c8d93e3f4849 (patch)
tree76ecadea2a338d4fb5043a163e6806be3ee3f981 /emulators
parent704de621dd107488520cd0c4100a5d77b29fc58d (diff)
downloadpkgsrc-50e6fc5c9fdae5b0adab10912c67c8d93e3f4849.tar.gz
Reorder the inclusion of Makefile.application, fixes fetch target.
Noticed by Robert Elz.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/suse91_aspell/Makefile5
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"