diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-08-10 12:32:56 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-08-10 12:32:56 +0000 |
commit | 03c91fcad631ad923913219fe498154d22cbaf22 (patch) | |
tree | e13b0a6a132d63f69f24f08c31721f01f873f991 /audio/streamtuner/Makefile | |
parent | 18d4df6e80dca34ae19548eb1db637164e5184f5 (diff) |
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 c82b36f30e77..b77c6462f713 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -6,7 +6,7 @@ # PORTNAME= streamtuner -PORTVERSION= 0.12.4 +PORTVERSION= 0.12.5 CATEGORIES= audio www MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,6 +16,7 @@ COMMENT= A GTK+ stream directory browser BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme USE_X_PREFIX= yes USE_GNOME= gtk20 gnomehack gnomeprefix |