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/coolmail | |
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/coolmail')
-rw-r--r-- | mail/coolmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/coolmail/Makefile b/mail/coolmail/Makefile index 0b3c2c165700..f5c3393eb710 100644 --- a/mail/coolmail/Makefile +++ b/mail/coolmail/Makefile @@ -3,7 +3,7 @@ # Date created: Mon 6 Jul 12:00:06 CEST 1998 # Whom: Udo Schweigert <Udo.Schweigert@mchp.siemens.de> # -# $Id: Makefile,v 1.2 1998/10/12 18:38:00 jseger Exp $ +# $Id: Makefile,v 1.3 1998/10/13 04:18:50 jseger Exp $ # DISTNAME= coolmail-1.3 @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= Udo.Schweigert@mchp.siemens.de +USE_XLIB= yes PATCH_STRIP= -p1 MAN1= coolmail.1 |