diff options
author | dmcmahill <dmcmahill> | 2007-02-23 23:19:37 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2007-02-23 23:19:37 +0000 |
commit | 7014983c512e7d9005a2c82af0d8b1f9ff2b95d1 (patch) | |
tree | 0d69b27473dd158e71f776b245685df8ea0be676 /cad/lc | |
parent | 8e1695d48c1a4738f4d0b95939a9ae51b9b404f6 (diff) | |
download | pkgsrc-7014983c512e7d9005a2c82af0d8b1f9ff2b95d1.tar.gz |
fix the list of suse pkgs we need on netbsd/i386
Diffstat (limited to 'cad/lc')
-rw-r--r-- | cad/lc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/lc/Makefile b/cad/lc/Makefile index 7aa1bf803b2..f4a14b55304 100644 --- a/cad/lc/Makefile +++ b/cad/lc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/02/23 22:59:09 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.3 2007/02/23 23:19:37 dmcmahill Exp $ DISTNAME= lc # Overridden below PKGNAME= lc-2.10 @@ -53,7 +53,8 @@ DISTNAME= lc_irix64 #DISTNAME= lc_linux_motif1 DISTNAME= lc_linux_motif3 . if (${OPSYS} == "NetBSD") -DEPENDS+= suse_gtk2>=9.1:../../emulators/${SUSE_DIR_PREFIX}_gtk2 +DEPENDS+= suse_openmotif>=9.1:../../emulators/${SUSE_DIR_PREFIX}_openmotif +DEPENDS+= suse_x11>=9.1:../../emulators/${SUSE_DIR_PREFIX}_x11 . endif .elif ${MACHINE_ARCH} == "sparc" |