diff options
Diffstat (limited to 'audio/gnomoradio/Makefile')
-rw-r--r-- | audio/gnomoradio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gnomoradio/Makefile b/audio/gnomoradio/Makefile index 9c1e72a6fd3e..288c3e451828 100644 --- a/audio/gnomoradio/Makefile +++ b/audio/gnomoradio/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomoradio PORTVERSION= 0.15.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio net MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,8 +25,8 @@ LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \ USE_XLIB= yes USE_GCC= 3.4+ USE_GNOME= gnomehack gnomeprefix -INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 +USE_LDCONFIG= yes LIBTOOLFLAGS= --tag=CXX CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |