diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-09-03 08:05:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-09-03 08:05:32 +0000 |
commit | 9dd02f753dd82437b244333571c9d7bad273fa01 (patch) | |
tree | 1f436edb3bf1c82eb8bc184fb12aee3e4411373d /x11/xlockmore | |
parent | ddc35652790c156da16983d2a7b7149e3a97f17c (diff) | |
download | ports-9dd02f753dd82437b244333571c9d7bad273fa01.tar.gz ports-9dd02f753dd82437b244333571c9d7bad273fa01.zip |
Notes
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 71a978000b9a..c38996f80179 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -7,12 +7,12 @@ PORTNAME= xlockmore PORTVERSION= 5.31 -CATEGORIES?= x11 +CATEGORIES= x11 MASTER_SITES= ftp://ibiblio.org/pub/Linux/X11/screensavers/ \ http://www.tux.org/~bagleyd/xlock/${PORTNAME}-${PORTVERSION}/ \ CRITICAL -MAINTAINER?= marius@nuenneri.ch +MAINTAINER= marius@nuenneri.ch COMMENT= Like XLock session locker/screen saver, but just more USE_BZIP2= yes @@ -32,6 +32,8 @@ KRB5LIB= -L${KRB5_HOME}/lib USE_GNOME= # USE_XORG= x11 xaw ice +LIB_DEPENDS+= freetype:${PORTSDIR}/print/freetype2 + MAN1= xlock.1 PLIST_FILES= bin/xlock lib/X11/app-defaults/XLock |