svn commit: r341148 - head/graphics/aalib

Eitan Adler eadler at FreeBSD.org
Sun Jan 26 00:27:56 UTC 2014


Author: eadler
Date: Sun Jan 26 00:27:55 2014
New Revision: 341148
URL: http://svnweb.freebsd.org/changeset/ports/341148
QAT: https://qat.redports.org/buildarchive/r341148/

Log:
  - Since aalib contains an X11 option, it should also set it in OPTIONS_DEFINE
  
  Reported by:	mat

Modified:
  head/graphics/aalib/Makefile

Modified: head/graphics/aalib/Makefile
==============================================================================
--- head/graphics/aalib/Makefile	Sun Jan 26 00:23:05 2014	(r341147)
+++ head/graphics/aalib/Makefile	Sun Jan 26 00:27:55 2014	(r341148)
@@ -11,6 +11,8 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S/.r
 MAINTAINER=	eadler at FreeBSD.org
 COMMENT=	ASCII art library
 
+OPTIONS_DEFINE=	X11
+
 USES=		ncurses
 USE_AUTOTOOLS=	libtool
 WRKSRC=		${WRKDIR}/${PORTNAME}-1.4.0


More information about the svn-ports-all mailing list