Make it possible to clean the port as a regular user, spotted by espie@

This commit is contained in:
ajacoutot 2010-03-20 16:50:16 +00:00
parent 4329b9887f
commit 7ca08e5d4e

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2009/12/22 15:43:15 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.22 2010/03/20 16:50:16 ajacoutot Exp $
COMMENT= elegant music player for MPD
@ -23,7 +23,7 @@ WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 ffi
WANTLIB += glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pixman-1 png pthread-stubs xcb z
MASTER_SITES= ${MASTER_SITE_BERLIOS:=sonata/}
MASTER_SITES= ${MASTER_SITE_BERLIOS:=sonata/}
MODULES= devel/gettext \
lang/python
@ -37,7 +37,6 @@ RUN_DEPENDS= ::devel/desktop-file-utils \
::x11/py-gtk2
USE_X11= Yes
NO_BUILD= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>