Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2013 22:04:07 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337302 - head/sysutils/asapm
Message-ID:  <201312232204.rBNM479n066237@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Mon Dec 23 22:04:06 2013
New Revision: 337302
URL: http://svnweb.freebsd.org/changeset/ports/337302

Log:
  sysutils/asapm:	enable compilation on amd64
  
  I tested this and it just works.
  
  Approved by:	gamato@users.sf.net (maintainer)

Modified:
  head/sysutils/asapm/Makefile

Modified: head/sysutils/asapm/Makefile
==============================================================================
--- head/sysutils/asapm/Makefile	Mon Dec 23 21:52:02 2013	(r337301)
+++ head/sysutils/asapm/Makefile	Mon Dec 23 22:04:06 2013	(r337302)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://www.tigr.net/afters
 MAINTAINER=	gamato@users.sf.net
 COMMENT=	Laptop battery status display for X11
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312232204.rBNM479n066237>