diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-07 08:19:57 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-07 08:19:57 +0000 |
commit | ec8a4e66c1c63749a508e9ed36ff370302fa689f (patch) | |
tree | c4304430f5506818e6eb1fb0c4dc86e66ba89840 /x11-toolkits/xforms | |
parent | a50f73322dfd84ac4632041853c01d34a2e519bf (diff) | |
download | ports-ec8a4e66c1c63749a508e9ed36ff370302fa689f.tar.gz ports-ec8a4e66c1c63749a508e9ed36ff370302fa689f.zip |
Notes
Diffstat (limited to 'x11-toolkits/xforms')
-rw-r--r-- | x11-toolkits/xforms/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile index faa95fe5b0e0..9ce5e7d6a1dc 100644 --- a/x11-toolkits/xforms/Makefile +++ b/x11-toolkits/xforms/Makefile @@ -3,7 +3,7 @@ # Date created: 28 March 1997 # Whom: gena # -# $Id: Makefile,v 1.21 1998/11/11 05:37:39 asami Exp $ +# $Id: Makefile,v 1.22 1998/12/27 18:43:33 dirk Exp $ # USE_X_PREFIX= yes @@ -25,6 +25,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= gena@NetVision.net.il +ONLY_FOR_ARCHS= i386 + PATCH_STRIP= -p0 -t WRKSRC= ${WRKDIR}/xforms MAN1= fdesign.1 fd2ps.1 |