aboutsummaryrefslogtreecommitdiff
path: root/audio/gnomoradio
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-03-10 15:39:30 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-03-10 15:39:30 +0000
commit9bbd4ae2e60038d2ee87582bd3528e53be599c79 (patch)
tree387cc082ca0b2c15f7a8687d76d890bfff35a031 /audio/gnomoradio
parent9e79fb4dd62b2e02dfefccd029abd712e4ba8ff7 (diff)
downloadports-9bbd4ae2e60038d2ee87582bd3528e53be599c79.tar.gz
ports-9bbd4ae2e60038d2ee87582bd3528e53be599c79.zip
- Remove useless dependency on XLIB
- Remove useless restriction on GCC version Approved by: miwi (mentor)
Notes
Notes: svn path=/head/; revision=208732
Diffstat (limited to 'audio/gnomoradio')
-rw-r--r--audio/gnomoradio/Makefile6
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)|; \