diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-03-15 15:05:40 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-03-15 15:05:40 +0000 |
commit | e954314547343d0087dfb66f9d74758e423298e8 (patch) | |
tree | 539f11178ca70b7d35b1ed9ce3012a9b8ce5cf6c /graphics/kipi-plugins-kde4 | |
parent | 9f3a2d6f0ef86d0f456d740b233cf73dd51a88a2 (diff) |
Notes
Diffstat (limited to 'graphics/kipi-plugins-kde4')
-rw-r--r-- | graphics/kipi-plugins-kde4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kipi-plugins-kde4/Makefile b/graphics/kipi-plugins-kde4/Makefile index 83e05a0a2524..89b80bd80d3f 100644 --- a/graphics/kipi-plugins-kde4/Makefile +++ b/graphics/kipi-plugins-kde4/Makefile @@ -7,7 +7,7 @@ PORTNAME= kipi-plugins PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics kde MASTER_SITES= SF/kipi/${PORTNAME}/${PORTVERSION} @@ -39,7 +39,7 @@ OPTIONS= GPOD "Enable Ipod Export plugin" ON \ .include <bsd.port.options.mk> .if defined(WITH_GPOD) -LIB_DEPENDS+= gpod.5:${PORTSDIR}/audio/libgpod +LIB_DEPENDS+= gpod.7:${PORTSDIR}/audio/libgpod PLIST_SUB+= GPOD="" .else CMAKE_ARGS+= -DWITH_GLIB2:BOOL=OFF \ |