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 /www/asWedit | |
parent | 885763de4e5cb053002bbbd2dbfe70fbcb398c37 (diff) | |
download | pkgsrc-b6343d0c1050186df8e7dd1498d066b0381bbdd2.tar.gz |
Use "suse_linux/Makefile.application" to pick correct SuSE packages.
Diffstat (limited to 'www/asWedit')
-rw-r--r-- | www/asWedit/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/asWedit/Makefile b/www/asWedit/Makefile index 3d3461f3841..88f7e1975df 100644 --- a/www/asWedit/Makefile +++ b/www/asWedit/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/17 17:21:56 wiz Exp $ -# +# $NetBSD: Makefile,v 1.8 2002/04/04 12:29:50 tron Exp $ DISTNAME= ${PKGNAME}-i386.linux PKGNAME= asWedit-4.0.1 @@ -15,7 +14,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.advasoft.com/asWedit.html COMMENT= Motif HTML and text editor -DEPENDS+= suse_libc5>=6.1:../../emulators/suse_libc5 +DEPENDS+= suse_libc5>=6.1:../../emulators/${SUSE_DIR_PREFIX}_libc5 ONLY_FOR_PLATFORM= NetBSD-*-i386 @@ -45,4 +44,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${docs} ${PREFIX}/share/doc/asWedit .endfor -.include "../../mk/bsd.pkg.mk" +.include "../../emulators/suse_linux/Makefile.application" |