diff options
author | tg <tg@FreeBSD.org> | 1997-10-10 17:24:38 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-10-10 17:24:38 +0800 |
commit | a102fcbd1f0304939b853a9ae971970d04ff3e27 (patch) | |
tree | 573f14332f44cb7be7ddc37c076fa927ec6c9211 /x11/xlockmore | |
parent | ef50d5c1eef5f200dae1b5d755a3235a44ae267c (diff) | |
download | freebsd-ports-gnome-a102fcbd1f0304939b853a9ae971970d04ff3e27.tar.gz freebsd-ports-gnome-a102fcbd1f0304939b853a9ae971970d04ff3e27.tar.zst freebsd-ports-gnome-a102fcbd1f0304939b853a9ae971970d04ff3e27.zip |
Add --enable-mouse-motion to CONFIGURE_ARGS and myself as MAINTAINER.
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index a8076df5fe75..575e6dec4382 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -3,7 +3,7 @@ # Date created: 9 November 1994 # Whom: smace # -# $Id: Makefile,v 1.21 1997/09/22 07:14:06 tg Exp $ +# $Id: Makefile,v 1.22 1997/10/10 08:35:03 tg Exp $ # DISTNAME= xlockmore-4.05 @@ -11,14 +11,14 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications -MAINTAINER= ports@freebsd.org +MAINTAINER= tg@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-gl --without-motif --without-sx --without-mesagl \ --without-editres --without-dtsaver --without-rplay \ - --without-nas + --without-nas --enable-mouse-motion USE_X11= yes MAN1= xlock.1 |