aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xlockmore
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2008-04-13 21:57:36 +0800
committernaddy <naddy@FreeBSD.org>2008-04-13 21:57:36 +0800
commit95942a7d7bf3548753bcf98adbf3752de6a83c6e (patch)
tree7e09582ecf99b1b51f2c3ab08929682c3eb5993b /x11/xlockmore
parente2e0874050e76dc6056bf04a8afdf2bb42ca319f (diff)
downloadfreebsd-ports-gnome-95942a7d7bf3548753bcf98adbf3752de6a83c6e.tar.gz
freebsd-ports-gnome-95942a7d7bf3548753bcf98adbf3752de6a83c6e.tar.zst
freebsd-ports-gnome-95942a7d7bf3548753bcf98adbf3752de6a83c6e.zip
Do not link against libttf (from print/freetype) if it happens to be
installed.
Diffstat (limited to 'x11/xlockmore')
-rw-r--r--x11/xlockmore/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index fc95d8d496a5..c4e876ba92b3 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xlockmore
PORTVERSION= 5.25
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES?= x11
MASTER_SITES= ftp://ibiblio.org/pub/Linux/X11/screensavers/
@@ -16,7 +16,7 @@ COMMENT= Like XLock session locker/screen saver, but just more
USE_BZIP2= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --without-gl --without-motif --without-sx \
+CONFIGURE_ARGS= --without-gl --without-motif --without-sx --without-ttf \
--without-editres --without-dtsaver --without-rplay \
--without-nas --without-gtk --without-esound
.if defined(MAKE_KERBEROS4)