diff options
Diffstat (limited to 'x11/wbar/Makefile')
-rw-r--r-- | x11/wbar/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/wbar/Makefile b/x11/wbar/Makefile index b248480eeaa9..f4fc222d83fd 100644 --- a/x11/wbar/Makefile +++ b/x11/wbar/Makefile @@ -3,7 +3,7 @@ PORTNAME= wbar PORTVERSION= 2.3.4 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -12,12 +12,14 @@ COMMENT= quick launch bar for fluxbox, WindowMaker, Xfce, etc LICENSE= GPLv3 +LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 + CONFIGURE_ARGS= --exec-prefix=${PREFIX} USES= pkgconfig gettext gmake tar:tgz -USE_EFL= imlib2 GNU_CONFIGURE= yes +LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS WBARCONFIG OPTIONS_DEFAULT= NLS WBARCONFIG |