diff options
author | gblach <gblach@FreeBSD.org> | 2014-12-27 08:09:02 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2014-12-27 08:09:02 +0800 |
commit | d4c5c37eca0a403509a26320d94e8ab76ca08968 (patch) | |
tree | 7061b4ba6bf92419cfcbfbdf988b02a781dbdcbb /graphics/libcaca | |
parent | 68dd0d4f5d63f5faaa53c0e01c225037306fb98a (diff) | |
download | freebsd-ports-gnome-d4c5c37eca0a403509a26320d94e8ab76ca08968.tar.gz freebsd-ports-gnome-d4c5c37eca0a403509a26320d94e8ab76ca08968.tar.zst freebsd-ports-gnome-d4c5c37eca0a403509a26320d94e8ab76ca08968.zip |
- Remove Mk/bsd.efl.mk
- Convert USE_EFL=libtool_hack to USES=libtool
- Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:...
- Bump PORTVERSION in graphics/imlib2 and in all ports
which depends on imlib2
PR: 196062
Approved by: portmgr
Diffstat (limited to 'graphics/libcaca')
-rw-r--r-- | graphics/libcaca/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libcaca/Makefile b/graphics/libcaca/Makefile index f03982ed47d1..f40d49b4dcff 100644 --- a/graphics/libcaca/Makefile +++ b/graphics/libcaca/Makefile @@ -3,6 +3,7 @@ PORTNAME= libcaca DISTVERSION= 0.99.beta19 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://caca.zoy.org/raw-attachment/wiki/libcaca/ @@ -32,7 +33,7 @@ FTGL_DESC= Freetype font rendering in OpenGL X11_USE= XORG=x11 GL=glut X11_CONFIGURE_OFF= --disable-x11 --disable-gl -IMLIB2_USE= EFL=imlib2 +IMLIB2_LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 IMLIB2_CONFIGURE_ENABLE= imlib2 SLANG_LIB_DEPENDS= libslang.so.2:${PORTSDIR}/devel/libslang2 SLANG_CONFIGURE_ENABLE= slang |