diff options
author | pav <pav@FreeBSD.org> | 2008-04-23 17:11:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-23 17:11:52 +0800 |
commit | cd2ec36342fc5393b8658cb90d24cb482d1b7800 (patch) | |
tree | cf47e79ea53dc025fedf07b9e3ac368a3fc2f25e /sysutils/gnome-control-center | |
parent | 6b7ea5730c2b91509db78409e6f8ff7a081e01de (diff) | |
download | freebsd-ports-gnome-cd2ec36342fc5393b8658cb90d24cb482d1b7800.tar.gz freebsd-ports-gnome-cd2ec36342fc5393b8658cb90d24cb482d1b7800.tar.zst freebsd-ports-gnome-cd2ec36342fc5393b8658cb90d24cb482d1b7800.zip |
- Fix build (typing-monitor needs xscrnsaver)
Reported by: pointyhat
Diffstat (limited to 'sysutils/gnome-control-center')
-rw-r--r-- | sysutils/gnome-control-center/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index 925482f924d0..4779bd8ca06a 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnome-control-center PORTVERSION= 2.22.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -29,6 +29,7 @@ USE_GSTREAMER= good WANT_GNOME= yes USE_GNOME= gnomeprefix gnomehack intlhack metacity nautilus2 \ gnomemenus desktopfileutils libgnomekbd gnomepanel +USE_XORG= xscrnsaver GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes |