diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 10:18:45 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 10:18:45 +0800 |
commit | d3bcde14c9c8638cce374e843f0cd0385b9ea517 (patch) | |
tree | 50f0bf7501c5ea125ab9ebed08977737797f9ef0 /mail/faces | |
parent | b3d2b44728bf4556d33fb2bfaac90888120298b3 (diff) | |
download | freebsd-ports-gnome-d3bcde14c9c8638cce374e843f0cd0385b9ea517.tar.gz freebsd-ports-gnome-d3bcde14c9c8638cce374e843f0cd0385b9ea517.tar.zst freebsd-ports-gnome-d3bcde14c9c8638cce374e843f0cd0385b9ea517.zip |
A few more USE_XLIBs.
Diffstat (limited to 'mail/faces')
-rw-r--r-- | mail/faces/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index f47eaaf63538..1e86043d12f5 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -4,7 +4,7 @@ # Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de> # Andreas Klemm <andreas@FreeBSD.ORG> # -# $Id: Makefile,v 1.7 1998/09/19 01:51:19 hoek Exp $ +# $Id: Makefile,v 1.8 1998/09/21 01:55:45 steve Exp $ # DISTNAME= faces-1.6.1 @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE +USE_XLIB= yes WRKSRC= $(WRKDIR)/faces MAN1= compface.1 faces.1 face_update.1 MAN3= compface.3 |