diff options
author | gahr <gahr@FreeBSD.org> | 2008-03-10 23:39:30 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-03-10 23:39:30 +0800 |
commit | a8feedb8571237281f4372120a0f4bab01639b54 (patch) | |
tree | 462eb1ecd8ef05ceb4829cae756b672b6f68b0f6 /audio | |
parent | bf9cb009889d81de96d8bbf0327b682eef540f42 (diff) | |
download | freebsd-ports-gnome-a8feedb8571237281f4372120a0f4bab01639b54.tar.gz freebsd-ports-gnome-a8feedb8571237281f4372120a0f4bab01639b54.tar.zst freebsd-ports-gnome-a8feedb8571237281f4372120a0f4bab01639b54.zip |
- Remove useless dependency on XLIB
- Remove useless restriction on GCC version
Approved by: miwi (mentor)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnomoradio/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/gnomoradio/Makefile b/audio/gnomoradio/Makefile index a377449a7d8c..3bd214c64a75 100644 --- a/audio/gnomoradio/Makefile +++ b/audio/gnomoradio/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomoradio PORTVERSION= 0.15.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio net MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,14 +22,12 @@ LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \ vorbis:${PORTSDIR}/audio/libvorbis \ ao:${PORTSDIR}/audio/libao -USE_XLIB= yes -USE_GCC= 3.4+ USE_GNOME= gnomehack gnomeprefix USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes LIBTOOLFLAGS= --tag=CXX CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} -e 's|CCLD = $$(CC)|CCLD = $$(CXX)|; \ |