diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-25 22:16:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-25 22:16:32 +0800 |
commit | d90987e6d7dc6a0362862b7905dd0e6e80892ea9 (patch) | |
tree | cd61016e37caa0f2587fd6bff56923a3957db9f3 /editors/zoinks/Makefile | |
parent | 9b16c02b9955a63b45c52fd3a0cf848da7dcbb55 (diff) | |
download | freebsd-ports-gnome-d90987e6d7dc6a0362862b7905dd0e6e80892ea9.tar.gz freebsd-ports-gnome-d90987e6d7dc6a0362862b7905dd0e6e80892ea9.tar.zst freebsd-ports-gnome-d90987e6d7dc6a0362862b7905dd0e6e80892ea9.zip |
Drop support for imlib
Diffstat (limited to 'editors/zoinks/Makefile')
-rw-r--r-- | editors/zoinks/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/zoinks/Makefile b/editors/zoinks/Makefile index a29993ab6d20..436ef06418e1 100644 --- a/editors/zoinks/Makefile +++ b/editors/zoinks/Makefile @@ -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 |