diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 02:18:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 02:18:45 +0000 |
commit | 753d555a14637ae1929d429cacca0ed4cee4c82a (patch) | |
tree | a9aafbb6c3220d5a93992955310cd0773174c553 /graphics/plotutils | |
parent | Add USE_XLIB. (diff) |
A few more USE_XLIBs.
Diffstat (limited to 'graphics/plotutils')
-rw-r--r-- | graphics/plotutils/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index d7e2ece68591..14622f188ee9 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -1,9 +1,9 @@ -# New ports collection makefile for: xfig +# New ports collection makefile for: plotutils # Version required: 2.1.1 # Date created: 19 June 1998 # Whom: Chuck Robey (chuckr) # -# $Id: Makefile,v 1.2 1998/06/26 04:53:29 asami Exp $ +# $Id: Makefile,v 1.3 1998/10/05 03:02:02 steve Exp $ # DISTNAME= plotutils-2.1.1 @@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= chuckr@FreeBSD.ORG +USE_XLIB= yes GNU_CONFIGURE= yes .ifdef HAVE_MOTIF |