svn commit: r315601 - head/audio/ruby-esound
Martin Wilke
miwi at FreeBSD.org
Sat Mar 30 08:17:49 UTC 2013
Author: miwi
Date: Sat Mar 30 08:17:48 2013
New Revision: 315601
URL: http://svnweb.freebsd.org/changeset/ports/315601
Log:
- Unbreak build
- While here trim header
Approved by: portmgr
Modified:
head/audio/ruby-esound/Makefile (contents, props changed)
Modified: head/audio/ruby-esound/Makefile
==============================================================================
--- head/audio/ruby-esound/Makefile Sat Mar 30 05:34:26 2013 (r315600)
+++ head/audio/ruby-esound/Makefile Sat Mar 30 08:17:48 2013 (r315601)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Ruby/EsounD
-# Date created: 8 October 2002
-# Whom: Akinori MUSHA aka knu <knu at idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu at idaemons.org>
# $FreeBSD$
-#
PORTNAME= esound
PORTVERSION= 0.1
@@ -17,8 +13,9 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby at FreeBSD.org
COMMENT= A Ruby binding to the EsounD library
-LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound
+LIB_DEPENDS= esd:${PORTSDIR}/audio/esound
+USE_PKGCONFIG= build
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
More information about the svn-ports-all
mailing list