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 /x11/wmappl | |
parent | ceac9c5f821f4de7ba12309c13065316089a513f (diff) |
Notes
Diffstat (limited to 'x11/wmappl')
-rw-r--r-- | x11/wmappl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wmappl/Makefile b/x11/wmappl/Makefile index 57f4d6377043..8987768889c5 100644 --- a/x11/wmappl/Makefile +++ b/x11/wmappl/Makefile @@ -3,7 +3,7 @@ PORTNAME= wmappl PORTVERSION= 0.71 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 windowmaker MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS IMLIB2 -IMLIB2_USE= EFL=imlib2 +IMLIB2_LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 IMLIB2_CONFIGURE_ENABLE=Imlib2 post-extract: |