diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-21 00:07:22 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-21 00:07:22 +0800 |
commit | fea7d4450331a3ae6932b3121050039abdcfef0e (patch) | |
tree | 725d133b0ab26e76aef4bf30bb482aad9c12fe13 /audio | |
parent | 3060a02594e0ba316dfaa9d76ccfb87ff4621b7a (diff) | |
download | marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.tar.gz marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.tar.zst marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.zip |
Sync w/ pav's recently change of USE_GETOPT_LONG. We will probably need to
sync more stuff if there is more change in FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10794 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pulseaudio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 03fa74443..39a1c34d5 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/pulseaudio/Makefile,v 1.7 2007/09/10 05:10:38 mezz Exp $ +# $MCom: ports/audio/pulseaudio/Makefile,v 1.9 2008/03/19 13:55:58 ahze Exp $ # PORTNAME= pulseaudio @@ -25,7 +25,6 @@ USE_XLIB= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 libltdl:15 USE_GMAKE= yes -USE_GETOPT_LONG=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ |