diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2014-12-27 00:09:02 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2014-12-27 00:09:02 +0000 |
commit | a781a6e13c48cdb077c68680f30716b878435448 (patch) | |
tree | 7061b4ba6bf92419cfcbfbdf988b02a781dbdcbb /deskutils | |
parent | ceac9c5f821f4de7ba12309c13065316089a513f (diff) | |
download | freebsd-ports-a781a6e13c48cdb077c68680f30716b878435448.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 'deskutils')
-rw-r--r-- | deskutils/pypanel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/pypanel/Makefile b/deskutils/pypanel/Makefile index de022f138b97..8b95b85ccf66 100644 --- a/deskutils/pypanel/Makefile +++ b/deskutils/pypanel/Makefile @@ -3,7 +3,7 @@ PORTNAME= pypanel PORTVERSION= 2.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= deskutils MASTER_SITES= SF DISTNAME= PyPanel-${PORTVERSION} @@ -11,13 +11,13 @@ DISTNAME= PyPanel-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Desktop panel written in Python -LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ + libImlib2.so:${PORTSDIR}/graphics/imlib2 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Xlib/X.py:${PORTSDIR}/x11-toolkits/py-xlib RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python USE_PYTHON= distutils autoplist -USE_EFL= imlib2 USE_XORG= xft PORTDOCS= * |