diff options
author | steve <steve@FreeBSD.org> | 1999-06-09 06:15:15 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-09 06:15:15 +0800 |
commit | 887bdae4b3cc540a82c8482b2e539dad7078e640 (patch) | |
tree | 70c46b36b338dcbdb1ab1f9611160c0dc73e69c9 /print/lyx16 | |
parent | 711696a5d33cd740ada6cbddc44bcb75b79f35df (diff) | |
download | freebsd-ports-gnome-887bdae4b3cc540a82c8482b2e539dad7078e640.tar.gz freebsd-ports-gnome-887bdae4b3cc540a82c8482b2e539dad7078e640.tar.zst freebsd-ports-gnome-887bdae4b3cc540a82c8482b2e539dad7078e640.zip |
The xforms ports is no longer an i386-only port.
Diffstat (limited to 'print/lyx16')
-rw-r--r-- | print/lyx16/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index 05c782e72fc1..3b89f9f7a45d 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/Makefile @@ -3,7 +3,7 @@ # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.28 1999/04/18 20:54:54 obrien Exp $ +# $Id: Makefile,v 1.29 1999/05/05 14:09:34 flathill Exp $ # DISTNAME= lyx-1.0.2 @@ -23,9 +23,6 @@ RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ Xpm.4:${PORTSDIR}/graphics/xpm -# depends on xforms -ONLY_FOR_ARCHS= i386 - USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" |