diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 05:39:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 05:39:01 +0000 |
commit | eaecff08766be7a8dd9893a60d764a5dce6591f2 (patch) | |
tree | 7defb921b2bd78b27d164d4511478dbf880a83af /lang/logo | |
parent | 1b72fed96264f72d69c14c4214741cc526e57300 (diff) | |
download | ports-eaecff08766be7a8dd9893a60d764a5dce6591f2.tar.gz ports-eaecff08766be7a8dd9893a60d764a5dce6591f2.zip |
Notes
Diffstat (limited to 'lang/logo')
-rw-r--r-- | lang/logo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/logo/Makefile b/lang/logo/Makefile index 30c453499c76..3f9993262322 100644 --- a/lang/logo/Makefile +++ b/lang/logo/Makefile @@ -3,7 +3,7 @@ # Date created: 22 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.10 1996/11/12 02:18:32 obrien Exp $ +# $Id: Makefile,v 1.11 1996/11/18 10:24:26 asami Exp $ # DISTNAME= ucblogo-3.3 @@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= jmacd@FreeBSD.ORG +USE_XLIB= yes MAKEFILE= makefile MAKE_FLAGS+= "LIBLOC = ${PREFIX}/lib/logo" HAS_CONFIGURE= yes |