Date: Thu, 25 Dec 2014 14:16:33 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375561 - head/editors/zoinks Message-ID: <201412251416.sBPEGXcj032458@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412251416.sBPEGXcj032458>