diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-02 04:46:42 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-02 04:46:42 +0800 |
commit | 9e70539d36a662bda272e844d8dcfa043e5c33b2 (patch) | |
tree | 494aa8ba5aaa970180e4a29e03242729d552a3a8 /audio/goobox/Makefile | |
parent | 90edf47ed618d4e38f688950d1c92d01fce92e26 (diff) | |
download | marcuscom-ports-9e70539d36a662bda272e844d8dcfa043e5c33b2.tar marcuscom-ports-9e70539d36a662bda272e844d8dcfa043e5c33b2.tar.gz marcuscom-ports-9e70539d36a662bda272e844d8dcfa043e5c33b2.tar.bz2 marcuscom-ports-9e70539d36a662bda272e844d8dcfa043e5c33b2.tar.lz marcuscom-ports-9e70539d36a662bda272e844d8dcfa043e5c33b2.tar.xz marcuscom-ports-9e70539d36a662bda272e844d8dcfa043e5c33b2.tar.zst marcuscom-ports-9e70539d36a662bda272e844d8dcfa043e5c33b2.zip |
Get rid of X11BASE and a few of X11BASE -> LOCALBASE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9112 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/goobox/Makefile')
-rw-r--r-- | audio/goobox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index c8722bdc8..9e52946da 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -3,7 +3,7 @@ # Whom: Alexander Nedotsukov <bland@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/goobox/Makefile,v 1.17 2006/07/25 06:20:43 mezz Exp $ +# $MCom: ports/audio/goobox/Makefile,v 1.23 2007/06/20 19:20:43 ahze Exp $ # PORTNAME= goobox @@ -28,7 +28,7 @@ USE_GSTREAMER= cdparanoia gconf core GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" GCONF_SCHEMAS= goobox.schemas |