diff options
author | garga <garga@FreeBSD.org> | 2008-05-23 21:19:33 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2008-05-23 21:19:33 +0800 |
commit | c1b37e56c08200b25b5384c8dd69fcca99b6d81b (patch) | |
tree | a5c27fe08db36658c0cda9d0e96acc56bee10186 /x11-wm | |
parent | 2970a5d954495ea3b28d94f9704e7af90b518148 (diff) | |
download | freebsd-ports-gnome-c1b37e56c08200b25b5384c8dd69fcca99b6d81b.tar.gz freebsd-ports-gnome-c1b37e56c08200b25b5384c8dd69fcca99b6d81b.tar.zst freebsd-ports-gnome-c1b37e56c08200b25b5384c8dd69fcca99b6d81b.zip |
- Add missing dependencies (imlib2 and pango)
- Bump PORTREVISION
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com>
Reported by: itetcu
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/awesome/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/awesome2/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile index 30943cd2a84f..f4ac2e029259 100644 --- a/x11-wm/awesome/Makefile +++ b/x11-wm/awesome/Makefile @@ -7,6 +7,7 @@ PORTNAME= awesome PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://awesome.naquadah.org/download/ @@ -21,6 +22,8 @@ LIB_DEPENDS= confuse.0:${PORTSDIR}/devel/libconfuse \ USE_ICONV= yes GNU_CONFIGURE= yes +USE_EFL= imlib2 +USE_GNOME= pango USE_XORG= x11 xft xext xinerama xt xrandr xproto MAN1= awesome.1 \ diff --git a/x11-wm/awesome2/Makefile b/x11-wm/awesome2/Makefile index 30943cd2a84f..f4ac2e029259 100644 --- a/x11-wm/awesome2/Makefile +++ b/x11-wm/awesome2/Makefile @@ -7,6 +7,7 @@ PORTNAME= awesome PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://awesome.naquadah.org/download/ @@ -21,6 +22,8 @@ LIB_DEPENDS= confuse.0:${PORTSDIR}/devel/libconfuse \ USE_ICONV= yes GNU_CONFIGURE= yes +USE_EFL= imlib2 +USE_GNOME= pango USE_XORG= x11 xft xext xinerama xt xrandr xproto MAN1= awesome.1 \ |