summaryrefslogtreecommitdiff
path: root/print/lyx
diff options
context:
space:
mode:
authortv <tv>1999-05-24 20:39:35 +0000
committertv <tv>1999-05-24 20:39:35 +0000
commit230d70fc942c189f4b8f1f2dfbee9bc9a5e8bb37 (patch)
tree65bbd73001946c26475423bf378f0a1854ed3cb6 /print/lyx
parent554432156f0747cbde8c8da5f610d76f8a1a081a (diff)
downloadpkgsrc-230d70fc942c189f4b8f1f2dfbee9bc9a5e8bb37.tar.gz
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format. Minor pkglint along the way.
Diffstat (limited to 'print/lyx')
-rw-r--r--print/lyx/Makefile33
1 files changed, 15 insertions, 18 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile
index 614909f592a..c4fd2ffcdda 100644
--- a/print/lyx/Makefile
+++ b/print/lyx/Makefile
@@ -1,26 +1,23 @@
-# $NetBSD: Makefile,v 1.17 1999/05/09 14:06:38 frueauf Exp $
+# $NetBSD: Makefile,v 1.18 1999/05/24 20:39:47 tv Exp $
# FreeBSD Id: Makefile,v 1.14 1998/02/14 16:46:50 andreas Exp
#
-DISTNAME= lyx-1.0.2
-CATEGORIES= print
-MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \
- ftp://la1ad.uio.no/pub/lyx/
+DISTNAME= lyx-1.0.2
+CATEGORIES= print
+MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \
+ ftp://la1ad.uio.no/pub/lyx/
-MAINTAINER= frueauf@netbsd.org
-HOMEPAGE= http://la1ad.uio.no/lyx/
+MAINTAINER= frueauf@netbsd.org
+HOMEPAGE= http://la1ad.uio.no/lyx/
-DEPENDS+= ispell-3.1.20:../../textproc/ispell
-DEPENDS+= teTeX-0.4p8:../../print/teTeX
-DEPENDS+= xpm-3.4k:../../graphics/xpm
-DEPENDS+= xforms-0.88:../../x11/xforms
+DEPENDS= ispell-3.1.20:../../textproc/ispell \
+ teTeX-0.4p8:../../print/teTeX \
+ xpm-3.4k:../../graphics/xpm \
+ xforms-0.88:../../x11/xforms
-# restrictions from xforms
-ONLY_FOR_ARCHS= arm32 i386 m68k sparc ns32k
-
-USE_PERL5= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib \
- --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
+USE_PERL5= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib \
+ --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
.include "../../mk/bsd.pkg.mk"