diff options
author | krion <krion@FreeBSD.org> | 2003-12-20 20:17:37 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-12-20 20:17:37 +0800 |
commit | ba5dba1c3f134f30fa6ac79a2c647997af16d04f (patch) | |
tree | 20fbc82356affd24c18858a86b65c172f1cc176f /lang/cyclone | |
parent | 2db32b37e365b9c4c20dbca9d16d65ade4a0831a (diff) | |
download | freebsd-ports-gnome-ba5dba1c3f134f30fa6ac79a2c647997af16d04f.tar.gz freebsd-ports-gnome-ba5dba1c3f134f30fa6ac79a2c647997af16d04f.tar.zst freebsd-ports-gnome-ba5dba1c3f134f30fa6ac79a2c647997af16d04f.zip |
- Mark ONLY_FOR_ARCHS=i386
- Give maintainership to submitter
PR: 60424
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Diffstat (limited to 'lang/cyclone')
-rw-r--r-- | lang/cyclone/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/cyclone/Makefile b/lang/cyclone/Makefile index b2c8d4a03a95..4aae370b6712 100644 --- a/lang/cyclone/Makefile +++ b/lang/cyclone/Makefile @@ -14,9 +14,11 @@ MASTER_SITES= http://www.cs.cornell.edu/projects/cyclone/software/ # Can't conditionalise fetching of docs due to distinfo: DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-docs.tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= stolz@i2.informatik.rwth-aachen.de COMMENT= A safe dialect of C from Cornell and AT&T Research +ONLY_FOR_ARCHS= i386 + USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |