diff options
author | nivit <nivit@FreeBSD.org> | 2015-01-20 09:09:26 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2015-01-20 09:09:26 +0800 |
commit | 4d77ae8bdc5941db74a4466b31620e07927d0b91 (patch) | |
tree | ff7d44801f12476b7f89a706365ce976f1bb840f /x11 | |
parent | 172258d4afa426f1b295fbee34f2f7450575525d (diff) | |
download | freebsd-ports-gnome-4d77ae8bdc5941db74a4466b31620e07927d0b91.tar.gz freebsd-ports-gnome-4d77ae8bdc5941db74a4466b31620e07927d0b91.tar.zst freebsd-ports-gnome-4d77ae8bdc5941db74a4466b31620e07927d0b91.zip |
- Add textproc/intltool to build dependencies:
the configure script fails even if you disable
the nls support (and/or switch off the WBARCONFIG
option) [1]
- Fix COMMENT line
Reported by: Andrew Terekhov <andrew.v.terekhov@gmail.com> [1] (via private email)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wbar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/wbar/Makefile b/x11/wbar/Makefile index f4fc222d83fd..e00c9570400d 100644 --- a/x11/wbar/Makefile +++ b/x11/wbar/Makefile @@ -8,10 +8,11 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= nivit@FreeBSD.org -COMMENT= quick launch bar for fluxbox, WindowMaker, Xfce, etc +COMMENT= Quick launch bar for fluxbox, WindowMaker, Xfce, etc LICENSE= GPLv3 +BUILD_DEPENDS= intltool-update:${PORTSDIR}/textproc/intltool LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 CONFIGURE_ARGS= --exec-prefix=${PREFIX} |