diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-22 19:05:12 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-22 19:05:12 +0000 |
commit | faea76885fc84e04beb44ee163c3a136975e359c (patch) | |
tree | b732a6853279ce9f5a0a9d395eab31013a379107 /audio/streamtuner/Makefile | |
parent | 741a9a32638a245bf857427b5470fac9bc06336c (diff) | |
download | ports-faea76885fc84e04beb44ee163c3a136975e359c.tar.gz ports-faea76885fc84e04beb44ee163c3a136975e359c.zip |
Notes
Diffstat (limited to 'audio/streamtuner/Makefile')
-rw-r--r-- | audio/streamtuner/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |