diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2016-11-04 16:31:24 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2016-11-04 16:31:24 +0000 |
commit | d750f8a11905997fd46215a81e94f99d08bcd6eb (patch) | |
tree | 1ccf858ddb9769150b14a76829eceebe00ae66fc /x11/wbar | |
parent | edb9d157d42a896853290bc2eb9e815d9cdd2728 (diff) | |
download | ports-d750f8a11905997fd46215a81e94f99d08bcd6eb.tar.gz ports-d750f8a11905997fd46215a81e94f99d08bcd6eb.zip |
Notes
Diffstat (limited to 'x11/wbar')
-rw-r--r-- | x11/wbar/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/wbar/Makefile b/x11/wbar/Makefile index 8c4cc8918fb0..222234994770 100644 --- a/x11/wbar/Makefile +++ b/x11/wbar/Makefile @@ -5,15 +5,13 @@ PORTNAME= wbar PORTVERSION= 2.3.4 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PORTNAME}/ MAINTAINER= nivit@FreeBSD.org COMMENT= Simple and highly customizable quick launch bar LICENSE= GPLv3 -BROKEN= Unfetchable (google code has gone away) - BUILD_DEPENDS= intltool-update:textproc/intltool LIB_DEPENDS= libImlib2.so:graphics/imlib2 |