diff options
Diffstat (limited to 'net-im/pidgin-audacious-remote/Makefile')
-rw-r--r-- | net-im/pidgin-audacious-remote/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net-im/pidgin-audacious-remote/Makefile b/net-im/pidgin-audacious-remote/Makefile index 8fcf881ec578..ff57239f81ee 100644 --- a/net-im/pidgin-audacious-remote/Makefile +++ b/net-im/pidgin-audacious-remote/Makefile @@ -7,7 +7,6 @@ PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= http://pidginaudacious.sourceforge.net/files/ \ ftp://ftp.lissyara.su/users/gx_ua/distfiles/ -#DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= gnixua@gmail.com COMMENT= Pidgin-Audacious-Remote is a plug-in for Pidgin 2 @@ -16,12 +15,8 @@ BUILD_DEPENDS= audacious>=2.2:${PORTSDIR}/multimedia/audacious \ pidgin:${PORTSDIR}/net-im/pidgin RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= pkgconfig -USE_BZIP2= yes - +USES= tar:bzip2 pkgconfig GNU_CONFIGURE= yes -CONFIGURE_ARGS= "--prefix=${PREFIX}" -NO_STAGE= yes .include <bsd.port.mk> |