- missing USE_X11

This commit is contained in:
jasper 2010-09-07 18:40:23 +00:00
parent f2bec09df9
commit 779b35e7fc
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/09/05 22:00:13 sthen Exp $
# $OpenBSD: Makefile,v 1.9 2010/09/07 18:40:23 jasper Exp $
COMMENT = graphical mp3/ogg file splitter
@ -45,6 +45,8 @@ RUN_DEPENDS = ::multimedia/gstreamer-0.10/plugins-base \
MODULES = devel/gettext
USE_X11= Yes
CONFIGURE_STYLE =gnu
CONFIGURE_ARGS =--enable-gstreamer

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2010/09/05 22:00:13 sthen Exp $
# $OpenBSD: Makefile,v 1.13 2010/09/07 18:40:23 jasper Exp $
COMMENT= last.fm client for GNOME
@ -40,6 +40,7 @@ LIB_DEPENDS= ::devel/libidn \
::multimedia/gstreamer-0.10/plugins-base \
::net/curl
USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes