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/zphoto | |
parent | 68dd0d4f5d63f5faaa53c0e01c225037306fb98a (diff) | |
download | freebsd-ports-graphics-d4c5c37eca0a403509a26320d94e8ab76ca08968.tar.gz freebsd-ports-graphics-d4c5c37eca0a403509a26320d94e8ab76ca08968.tar.zst freebsd-ports-graphics-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/zphoto')
-rw-r--r-- | graphics/zphoto/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/zphoto/Makefile b/graphics/zphoto/Makefile index 766a5016d37..cdb8b2f9e7f 100644 --- a/graphics/zphoto/Makefile +++ b/graphics/zphoto/Makefile @@ -3,7 +3,7 @@ PORTNAME= zphoto PORTVERSION= 1.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics www MASTER_SITES= http://namazu.org/~satoru/zphoto/ MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,8 @@ OPTIONS_DEFAULT= ZIP ZIP_DESC= Enable zip support LIB_DEPENDS= libming.so:${PORTSDIR}/graphics/ming \ - libpopt.so:${PORTSDIR}/devel/popt + libpopt.so:${PORTSDIR}/devel/popt \ + libImlib2.so:${PORTSDIR}/graphics/imlib2 ZIP_RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip ZIP_CONFIGURE_OFF= --disable-zip @@ -25,7 +26,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-avifile CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -USE_EFL= imlib2 USES= perl5 gmake USE_PERL5= build |