diff options
-rw-r--r-- | multimedia/deforaos-player/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/deforaos-player/Makefile b/multimedia/deforaos-player/Makefile index 00aff3377a98..a2ade9d0f561 100644 --- a/multimedia/deforaos-player/Makefile +++ b/multimedia/deforaos-player/Makefile @@ -5,8 +5,8 @@ PORTNAME= player PORTVERSION= 0.1.4 CATEGORIES= multimedia MASTER_SITES= http://www.defora.org/os/download/download/3708/ -DISTNAME= Player-${PORTVERSION} PKGNAMEPREFIX= deforaos- +DISTNAME= Player-${PORTVERSION} MAINTAINER= olivier@cochard.me COMMENT= DeforaOS desktop media player @@ -17,6 +17,7 @@ LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem \ Desktop:${PORTSDIR}/x11/deforaos-libdesktop RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer +MAKE_ARGS+= PREFIX=${PREFIX} USE_GNOME= gtk20 desktopfileutils USE_PKGCONFIG= build USE_GETTEXT= yes |