diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-21 01:49:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-21 01:49:34 +0800 |
commit | 84321b91398936f25c415788b1a8a902c627829e (patch) | |
tree | 89d07111f73194b811885d3d5b8fe2027e71a8ac /net-im/gajim | |
parent | cc0eff7dfcd5afe0ad91db8442d59a0c42e68eb6 (diff) | |
download | freebsd-ports-gnome-84321b91398936f25c415788b1a8a902c627829e.tar.gz freebsd-ports-gnome-84321b91398936f25c415788b1a8a902c627829e.tar.zst freebsd-ports-gnome-84321b91398936f25c415788b1a8a902c627829e.zip |
- Fix build after xorg cleanup
Submitted by: pointyhat
Diffstat (limited to 'net-im/gajim')
-rw-r--r-- | net-im/gajim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/gajim/Makefile b/net-im/gajim/Makefile index 076991d23ba0..2c3ec4e2b10e 100644 --- a/net-im/gajim/Makefile +++ b/net-im/gajim/Makefile @@ -7,7 +7,7 @@ PORTNAME= gajim PORTVERSION= 0.11.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= http://www.gajim.org/downloads/ \ http://ports.internal.vlink.ru/distfiles/ @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= pygtk2 USE_PYTHON= 2.4+ -USE_XORG= x11 xext +USE_XORG= x11 xext xscrnsaver CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I ${LOCALBASE}/include" \ LDFLAGS="-L ${LOCALBASE}/lib" PYTHON=${PYTHON_CMD} |