summaryrefslogtreecommitdiff
path: root/audio/esound/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-30 03:41:58 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-30 03:41:58 +0000
commitc317dfb36f607adf13ee65af46a7c7c744c6df74 (patch)
tree3ecfd3c8b2d173808326f9869eaa1e723aa46010 /audio/esound/Makefile
parentMinor tweaks to work with new gtk port. (diff)
Set USE_LIBTOOL=yes and get rid of those pesky .la files.
PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=19103
Diffstat (limited to 'audio/esound/Makefile')
-rw-r--r--audio/esound/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile
index 3b9667e640a6..8e9d90ae776e 100644
--- a/audio/esound/Makefile
+++ b/audio/esound/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 July 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.9 1999/03/27 10:35:54 vanilla Exp $
+# $Id: Makefile,v 1.10 1999/04/07 18:12:58 jseger Exp $
#
DISTNAME= esound-0.2.8
@@ -15,9 +15,6 @@ MAINTAINER= vanilla@FreeBSD.ORG
LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
-GNU_CONFIGURE= yes
-
-post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+USE_LIBTOOL= yes
.include <bsd.port.mk>