diff options
author | abs <abs> | 2006-05-09 09:31:42 +0000 |
---|---|---|
committer | abs <abs> | 2006-05-09 09:31:42 +0000 |
commit | 52e76fba60f3130ac27d9dab9a52ab2f9df49a8a (patch) | |
tree | 474c04192b3237384068256c16ef297bae47086d /net/skype | |
parent | e2f2500f8c2ce45671b3f24165fdda8d0d9f42ae (diff) | |
download | pkgsrc-52e76fba60f3130ac27d9dab9a52ab2f9df49a8a.tar.gz |
use ${SUSE_DIR_PREFIX} appropriately
Diffstat (limited to 'net/skype')
-rw-r--r-- | net/skype/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/skype/Makefile b/net/skype/Makefile index d0568d4952a..c959a469940 100644 --- a/net/skype/Makefile +++ b/net/skype/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/04/22 09:22:13 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2006/05/09 09:31:42 abs Exp $ # DISTNAME= skype_staticQT-1.2.0.18 @@ -15,11 +15,11 @@ COMMENT= P2P VoIP software .include "../../emulators/suse_linux/Makefile.application" .if !defined(USE_NATIVE_LINUX) -DEPENDS+= suse_base>=9.1:../../emulators/suse91_base -DEPENDS+= suse_glx>=9.1:../../emulators/suse91_glx -DEPENDS+= suse_fontconfig>=9.1:../../emulators/suse91_fontconfig -DEPENDS+= suse_freetype2>=9.1:../../emulators/suse91_freetype2 -DEPENDS+= suse_x11>=9.1:../../emulators/suse91_x11 +DEPENDS+= suse_base-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_base +DEPENDS+= suse_glx-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_glx +DEPENDS+= suse_fontconfig-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_fontconfig +DEPENDS+= suse_freetype2-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_freetype2 +DEPENDS+= suse_x11-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_x11 .else .include "../../mk/x11.buildlink3.mk" .endif |