aboutsummaryrefslogtreecommitdiffstats
path: root/x11/slim
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-08-05 08:31:46 +0800
committerdougb <dougb@FreeBSD.org>2012-08-05 08:31:46 +0800
commit017fe8ea7eca904c6f9a3c8f916b53a1b8df6a76 (patch)
treea10aa0f0b3f47216d0adf171460adea05ece69c2 /x11/slim
parent34372a96a8f95647318932a9c7dba39883b171db (diff)
downloadfreebsd-ports-graphics-017fe8ea7eca904c6f9a3c8f916b53a1b8df6a76.tar.gz
freebsd-ports-graphics-017fe8ea7eca904c6f9a3c8f916b53a1b8df6a76.tar.zst
freebsd-ports-graphics-017fe8ea7eca904c6f9a3c8f916b53a1b8df6a76.zip
At the request of maintainer in private e-mail, remove the now-spurious
dependency on glut (confirmed). While I'm here, move the rc.d script slim.sh.in -> slim.in
Diffstat (limited to 'x11/slim')
-rw-r--r--x11/slim/Makefile5
-rw-r--r--x11/slim/files/slim.in (renamed from x11/slim/files/slim.sh.in)0
2 files changed, 2 insertions, 3 deletions
diff --git a/x11/slim/Makefile b/x11/slim/Makefile
index 3fd6f99018b..ea4a4db69d0 100644
--- a/x11/slim/Makefile
+++ b/x11/slim/Makefile
@@ -6,7 +6,7 @@
PORTNAME= slim
PORTVERSION= 1.3.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://slim.berlios.de/releases/
@@ -23,9 +23,8 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
USE_CMAKE= yes
USE_XORG= x11 xft xmu xorg-server xrender
-USE_GL= glut
USE_PKGCONFIG= build
-USE_RC_SUBR= slim.sh
+USE_RC_SUBR= slim
SUB_FILES= pkg-message
CMAKE_ARGS= -DUSE_CONSOLEKIT=yes
diff --git a/x11/slim/files/slim.sh.in b/x11/slim/files/slim.in
index 6d9f378396d..6d9f378396d 100644
--- a/x11/slim/files/slim.sh.in
+++ b/x11/slim/files/slim.in