diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-07-07 19:30:37 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-07-07 19:30:37 +0000 |
commit | 75e99ca88849ee38b8d087b094fbddc00808bd0f (patch) | |
tree | facb01a5227815d8318c1f02de8f21269e575033 /sysutils/gag | |
parent | - Fix fetch problems (wrong subdirectory for MASTER_SITE_GCC). (diff) |
- Add ONLY_FOR_ARCHS=i386 (the bootloader was written in x86 assembly).
Diffstat (limited to 'sysutils/gag')
-rw-r--r-- | sysutils/gag/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/gag/Makefile b/sysutils/gag/Makefile index ecf6392a7041..b6b648a2b762 100644 --- a/sysutils/gag/Makefile +++ b/sysutils/gag/Makefile @@ -15,13 +15,14 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} MAINTAINER= alepulver@FreeBSD.org COMMENT= Graphical Boot Manager +ONLY_FOR_ARCHS= i386 +USE_ZIP= yes +NO_BUILD= yes + # security/gag CONFLICTS= gag-2* NO_LATEST_LINK= yes -USE_ZIP= yes -NO_BUILD= yes - do-install: # Data @${MKDIR} ${DATADIR} |