aboutsummaryrefslogtreecommitdiff
path: root/audio/streamtuner/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-05-12 07:03:35 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-05-12 07:03:35 +0000
commit5daa3af356a612e666dee29eef0488535718cd39 (patch)
tree75526e268b842aa5f19d5e69684ec5a1e3493eac /audio/streamtuner/Makefile
parent156fa355eba55197d3740aedd39297bbd243e000 (diff)
Notes
Diffstat (limited to 'audio/streamtuner/Makefile')
-rw-r--r--audio/streamtuner/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile
index 0a91676592c9..6b645524efde 100644
--- a/audio/streamtuner/Makefile
+++ b/audio/streamtuner/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= streamtuner
-PORTVERSION= 0.12.1
-PORTREVISION= 1
+PORTVERSION= 0.12.3
CATEGORIES= audio www
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -19,14 +18,9 @@ BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
USE_X_PREFIX= yes
-USE_GNOME= gtk20 gnomehack
+USE_GNOME= gtk20 gnomehack gnomeprefix
USE_LIBTOOL_VER= 15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-post-patch:
- @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|[(]datadir[)]/pixmaps|(prefix)/share/gnome/pixmaps|g ; \
- s|[(]datadir[)]/applications|(prefix)/share/gnome/applications|g'
-
.include <bsd.port.mk>