diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-10 09:24:38 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-10 09:24:38 +0000 |
commit | a646e5cac4d8799bcc12d7b57171fd9c3427e91c (patch) | |
tree | a56e9dd9e1813cc6eee6d32af838631a20c734ff /x11/xlockmore | |
parent | cf447896b7b6e36a2edad76184a16d6531d8401a (diff) | |
download | ports-a646e5cac4d8799bcc12d7b57171fd9c3427e91c.tar.gz ports-a646e5cac4d8799bcc12d7b57171fd9c3427e91c.zip |
Add --enable-mouse-motion to CONFIGURE_ARGS and myself as MAINTAINER.
Notes
Notes:
svn path=/head/; revision=8198
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 |