diff options
author | tron <tron@pkgsrc.org> | 2002-04-04 12:29:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-04-04 12:29:46 +0000 |
commit | b6343d0c1050186df8e7dd1498d066b0381bbdd2 (patch) | |
tree | 02ee0f024d7c7f6ab249edb6825bb16713c7494f /net/citrix_ica/Makefile | |
parent | 885763de4e5cb053002bbbd2dbfe70fbcb398c37 (diff) | |
download | pkgsrc-b6343d0c1050186df8e7dd1498d066b0381bbdd2.tar.gz |
Use "suse_linux/Makefile.application" to pick correct SuSE packages.
Diffstat (limited to 'net/citrix_ica/Makefile')
-rw-r--r-- | net/citrix_ica/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index 11770ce1bf1..27dc9b1e270 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/03/17 03:37:56 jmc Exp $ -# +# $NetBSD: Makefile,v 1.9 2002/04/04 12:29:49 tron Exp $ # A default so lintpkgsrc is happy PKGNAME= citrix_ica-6.20 @@ -22,7 +21,7 @@ HOMEPAGE= http://www.citrix.com/products/clients/ica/technology.asp COMMENT= Citrix(R) client for the Microsoft Windows Terminal Server .if (${MACHINE_ARCH} == "i386") -DEPENDS= suse_x11>=6.4:../../emulators/suse_x11 +DEPENDS= suse_x11>=6.4:../../emulators/${SUSE_DIR_PREFIX}_x11 .endif ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-sparc @@ -79,4 +78,4 @@ do-install: < ${CDIR}/util/icalicense.sh > ${CDIR}/util/icalicense.sh.fixed ${MV} ${CDIR}/util/icalicense.sh.fixed ${CDIR}/util/icalicense.sh -.include "../../mk/bsd.pkg.mk" +.include "../../emulators/suse_linux/Makefile.application" |