diff options
-rw-r--r-- | audio/streamtuner/Makefile | 3 | ||||
-rw-r--r-- | audio/streamtuner/pkg-plist | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index 209b27c2669e..bd1941431e2d 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -7,16 +7,17 @@ PORTNAME= streamtuner PORTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= audio www MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/streamtuner.pkg/${PORTVERSION}/ MAINTAINER= jylefort@brutele.be COMMENT= A GTK+ stream directory browser -USE_GNOME= gtk20 LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_X_PREFIX= yes +USE_GNOME= gtk20 GNU_CONFIGURE= yes MAN1= streamtuner.1 streamtuner-theme-convert.1 diff --git a/audio/streamtuner/pkg-plist b/audio/streamtuner/pkg-plist index 554094b63fc7..4b3e5a06e46c 100644 --- a/audio/streamtuner/pkg-plist +++ b/audio/streamtuner/pkg-plist @@ -16,8 +16,9 @@ include/streamtuner/streamtuner.h lib/streamtuner/plugins/shoutcast.a lib/streamtuner/plugins/shoutcast.la lib/streamtuner/plugins/shoutcast.so +libdata/pkgconfig/streamtuner.pc share/applications/streamtuner.desktop share/pixmaps/streamtuner.png @dirrm include/streamtuner @dirrm lib/streamtuner/plugins -@dirrm lib/streamtuner
\ No newline at end of file +@dirrm lib/streamtuner |