diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-24 01:20:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-24 01:20:39 +0000 |
commit | 4889bf65b1a54724c35935baacd7a65830832dae (patch) | |
tree | dbe1f600057f2f194bc93efb8618c2427feef75f /www/flock | |
parent | Fix a typo that prevented proper automake257 dependencies from working. (diff) |
Don't build these ports on amd64.
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=94751
Diffstat (limited to 'www/flock')
-rw-r--r-- | www/flock/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/flock/Makefile b/www/flock/Makefile index e165160248dc..9b017fcc997e 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -43,6 +43,8 @@ LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} JREDIR= ${LOCALBASE}/jdk1.3.1/jre PLUGINSDIR= ${PREFIX}/lib/browser_plugins +NOT_FOR_ARCHS= amd64 + .include <bsd.port.pre.mk> #.if ${PERL_LEVEL} < 500601 |