aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-30 16:17:48 +0800
committermiwi <miwi@FreeBSD.org>2013-03-30 16:17:48 +0800
commit66dc7896dd3ce7a4e246d150f88d4df1ec8ae8dc (patch)
tree929edd7251cb4cf0a7dd22356e4c40ef9a546bd2
parent9988268403b2ed9e2f8d8e3d12ee261f27d3c6f9 (diff)
downloadfreebsd-ports-gnome-66dc7896dd3ce7a4e246d150f88d4df1ec8ae8dc.tar.gz
freebsd-ports-gnome-66dc7896dd3ce7a4e246d150f88d4df1ec8ae8dc.tar.zst
freebsd-ports-gnome-66dc7896dd3ce7a4e246d150f88d4df1ec8ae8dc.zip
- Unbreak build
- While here trim header Approved by: portmgr
-rw-r--r--audio/ruby-esound/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/ruby-esound/Makefile b/audio/ruby-esound/Makefile
index 981a4555f13e..8c30cf3bc22a 100644
--- a/audio/ruby-esound/Makefile
+++ b/audio/ruby-esound/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Ruby/EsounD
-# Date created: 8 October 2002
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= esound
PORTVERSION= 0.1
@@ -17,8 +13,9 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@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