svn commit: r337302 - head/sysutils/asapm

Eitan Adler eadler at FreeBSD.org
Mon Dec 23 22:04:07 UTC 2013


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 at 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 at 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


More information about the svn-ports-head mailing list