diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-22 17:28:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-22 17:28:47 +0800 |
commit | d6f4b667811ca16e1908b2b55e1d1c50a5c41631 (patch) | |
tree | 97d3c1f1aa77eaad229861a27bbd3d624114cfd5 /net-im/gossip/Makefile | |
parent | ffc01bf2dc67a27fa4e38d58d2e9311998cf7f19 (diff) | |
download | freebsd-ports-gnome-d6f4b667811ca16e1908b2b55e1d1c50a5c41631.tar.gz freebsd-ports-gnome-d6f4b667811ca16e1908b2b55e1d1c50a5c41631.tar.zst freebsd-ports-gnome-d6f4b667811ca16e1908b2b55e1d1c50a5c41631.zip |
- Fix build after xorg cleanup
Diffstat (limited to 'net-im/gossip/Makefile')
-rw-r--r-- | net-im/gossip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/gossip/Makefile b/net-im/gossip/Makefile index 62799b458816..fefdba69a534 100644 --- a/net-im/gossip/Makefile +++ b/net-im/gossip/Makefile @@ -8,7 +8,7 @@ PORTNAME= gossip PORTVERSION= 0.26 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -23,7 +23,7 @@ LIB_DEPENDS= loudmouth-1.0:${PORTSDIR}/net-im/loudmouth \ aspell.16:${PORTSDIR}/textproc/aspell RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -USE_XORG= x11 xext ice +USE_XORG= x11 xext ice xscrnsaver USE_BZIP2= yes GNU_CONFIGURE= yes USE_GETTEXT= yes |