diff options
| author | Christian Weisgerber <naddy@FreeBSD.org> | 2008-04-13 13:57:36 +0000 |
|---|---|---|
| committer | Christian Weisgerber <naddy@FreeBSD.org> | 2008-04-13 13:57:36 +0000 |
| commit | a0f1b38ae2b783851a5c411c8b318e535d11bfdb (patch) | |
| tree | d1406f3932de1be1e09e21ae0783f819404477b4 | |
| parent | Add the SMP fix which didn't make it in the last commit (diff) | |
Do not link against libttf (from print/freetype) if it happens to be
installed.
| -rw-r--r-- | x11/xlockmore/Makefile | 4 |
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) |
