diff options
author | salo <salo@pkgsrc.org> | 2006-01-10 16:22:09 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-01-10 16:22:09 +0000 |
commit | 6e99a3b594f14187a664f84be8f191459713ba50 (patch) | |
tree | 76ecadea2a338d4fb5043a163e6806be3ee3f981 /emulators | |
parent | e1d8ed16c4036065d968f29afa174ee2d0981e6b (diff) | |
download | pkgsrc-6e99a3b594f14187a664f84be8f191459713ba50.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/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" |