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 /misc | |
parent | 885763de4e5cb053002bbbd2dbfe70fbcb398c37 (diff) | |
download | pkgsrc-b6343d0c1050186df8e7dd1498d066b0381bbdd2.tar.gz |
Use "suse_linux/Makefile.application" to pick correct SuSE packages.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/staroffice/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/staroffice/Makefile b/misc/staroffice/Makefile index 64c8136f61f..8c578d5a190 100644 --- a/misc/staroffice/Makefile +++ b/misc/staroffice/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2001/10/26 14:31:30 agc Exp $ -# +# $NetBSD: Makefile,v 1.23 2002/04/04 12:29:49 tron Exp $ DISTNAME= so51a_lnx_${LANGNO} PKGNAME= staroffice-${LANGUAGE}-5.1a @@ -13,7 +12,7 @@ HOMEPAGE= http://www.sun.com/staroffice/ COMMENT= Integrated office suite BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip -DEPENDS+= suse_linux>=6.1:../../emulators/suse_linux +DEPENDS+= suse_linux>=6.1:../../emulators/${SUSE_DIR_PREFIX}_linux CONFLICTS= staroffice-[0-9]* @@ -141,4 +140,4 @@ post-install: ${INSTALL_SCRIPT} ${WRKDIR}/${file} ${PREFIX}/bin .endfor -.include "../../mk/bsd.pkg.mk" +.include "../../emulators/suse_linux/Makefile.application" |