svn commit: r375561 - head/editors/zoinks

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 25 14:16:33 UTC 2014


Author: bapt
Date: Thu Dec 25 14:16:32 2014
New Revision: 375561
URL: https://svnweb.freebsd.org/changeset/ports/375561
QAT: https://qat.redports.org/buildarchive/r375561/

Log:
  Drop support for imlib

Modified:
  head/editors/zoinks/Makefile

Modified: head/editors/zoinks/Makefile
==============================================================================
--- head/editors/zoinks/Makefile	Thu Dec 25 14:03:49 2014	(r375560)
+++ head/editors/zoinks/Makefile	Thu Dec 25 14:16:32 2014	(r375561)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zoinks
 PORTVERSION=	0.4.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	editors
 MASTER_SITES=	http://zoinks.mikelockwood.com/download/
 
@@ -18,11 +18,9 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-OPTIONS_DEFINE=		IMLIB NLS
+OPTIONS_DEFINE=		NLS
 OPTIONS_SUB=		yes
 
-IMLIB_USE=		GNOME=imlib
-IMLIB_CONFIGURE_ENABLE=	imlib
 NLS_USES=		gettext
 NLS_CONFIGURE_ENABLE=	nls
 


More information about the svn-ports-head mailing list