diff options
author | tron <tron> | 2002-04-05 09:25:41 +0000 |
---|---|---|
committer | tron <tron> | 2002-04-05 09:25:41 +0000 |
commit | c610d423305ea002663054c10d4f1e5fd0b1aaa7 (patch) | |
tree | 602c778b758014bc24441987233d598f916363b1 /www | |
parent | fafe6154c16b0013a72c042a11e1fee74b40081c (diff) | |
download | pkgsrc-c610d423305ea002663054c10d4f1e5fd0b1aaa7.tar.gz |
Pick correct SuSE directory in dependences.
Diffstat (limited to 'www')
-rw-r--r-- | www/navigator/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index 9b224b84ae1..56dca5f1b02 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.44 2001/11/27 14:11:51 abs Exp $ +# $NetBSD: Makefile.common,v 1.45 2002/04/05 09:25:41 tron Exp $ # # Common include file for communicator and navigator packages @@ -61,8 +61,8 @@ VENDOR_NAME= BSD/OS 2.1 # .elif (${MACHINE_ARCH} == "i386") PLIST_ARCH= linux-i386 -DEPENDS+= suse_compat>=6.4:../../emulators/suse_compat -DEPENDS+= suse_x11>=6.4:../../emulators/suse_x11 +DEPENDS+= suse_compat>=6.4:../../emulators/${SUSE_DIR_PREFIX}_compat +DEPENDS+= suse_x11>=6.4:../../emulators/${SUSE_DIR_PREFIX}_x11 DISTUNAME= x86-unknown-linux2.2 DIST_DIR_NAME= supported/linux22 WRKNAME= x86-unknown-linux2.2 |