diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-02-23 23:19:37 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-02-23 23:19:37 +0000 |
commit | d3a205177a3ef43cf5e4351199f146b084da17c4 (patch) | |
tree | 0d69b27473dd158e71f776b245685df8ea0be676 /cad/lc | |
parent | eca8700d2fa1477febd213db77486fe2ceacec28 (diff) | |
download | pkgsrc-d3a205177a3ef43cf5e4351199f146b084da17c4.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" |