diff options
author | obache <obache@pkgsrc.org> | 2013-12-12 11:03:17 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-12 11:03:17 +0000 |
commit | ee3e9f6ed27763cac1e6d17ea86674a6fcdff713 (patch) | |
tree | b304a051ca27e05b8c082b2562002f8460126546 /emulators | |
parent | c6ae8ef51664c4fa784ae056d8fbe44af1a8cf62 (diff) | |
download | pkgsrc-ee3e9f6ed27763cac1e6d17ea86674a6fcdff713.tar.gz |
reorder to avoid unwanted substitute.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse121_linux/emulator.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/suse121_linux/emulator.mk b/emulators/suse121_linux/emulator.mk index 1542d933ce2..18ccbeae41b 100644 --- a/emulators/suse121_linux/emulator.mk +++ b/emulators/suse121_linux/emulator.mk @@ -1,4 +1,4 @@ -# $NetBSD: emulator.mk,v 1.2 2013/12/12 02:34:28 obache Exp $ +# $NetBSD: emulator.mk,v 1.3 2013/12/12 11:03:17 obache Exp $ # # This file is included by linux-suse.mk in the emulator framework. # @@ -37,8 +37,6 @@ DEPENDS_suse-12.1.krb5?= suse_krb5${_SUSE_VERSION_REQD}:../../emulators/suse121_ DEPENDS_suse-12.1.libsigc++2?= suse_libsigc++2${_SUSE_VERSION_REQD}:../../emulators/suse121_libsigc++2 DEPENDS_suse-12.1.locale?= suse_locale${_SUSE_VERSION_REQD}:../../emulators/suse121_locale DEPENDS_suse-12.1.motif?= suse_openmotif${_SUSE_VERSION_REQD}:../../emulators/suse121_openmotif -DEPENDS_suse-12.1.nss?= ${DEPENDS_suse-12.1.base} -DEPENDS_suse-12.1.nspr?= ${DEPENDS_suse-12.1.base} DEPENDS_suse-12.1.openssl?= suse_openssl${_SUSE_VERSION_REQD}:../../emulators/suse121_openssl DEPENDS_suse-12.1.png?= suse_libpng${_SUSE_VERSION_REQD}:../../emulators/suse121_libpng DEPENDS_suse-12.1.qt4?= suse_qt4${_SUSE_VERSION_REQD}:../../emulators/suse121_qt4 @@ -53,3 +51,5 @@ DEPENDS_suse-12.1.${_mod_}:= \ ${DEPENDS_suse-12.1.${_mod_}:S/^suse_/suse32_/:S/suse121_/&32_/} . endfor .endif +DEPENDS_suse-12.1.nss= ${DEPENDS_suse-12.1.base} +DEPENDS_suse-12.1.nspr= ${DEPENDS_suse-12.1.base} |