diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-07-12 15:01:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-07-12 15:01:45 +0000 |
commit | daffe00d4a57c0ef6a21947a8121b8d233d8d3a5 (patch) | |
tree | 713942325bda393305edb21d46cd7f38d213aebc /devel/ois | |
parent | 51498efaebaad1106dcf0d3f70c8feaa14c411ee (diff) |
Notes
Diffstat (limited to 'devel/ois')
-rw-r--r-- | devel/ois/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/ois/Makefile b/devel/ois/Makefile index f73071584b33..14f059841bd3 100644 --- a/devel/ois/Makefile +++ b/devel/ois/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ois -# Date created: 16 Jun 2008 -# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> -# +# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru> # $FreeBSD$ -# PORTNAME= ois PORTVERSION= 1.2.0 @@ -17,7 +13,7 @@ COMMENT= Object Oriented Input System GNU_CONFIGURE= yes USE_GMAKE= yes -USES= pathfix +USES= pathfix USE_AUTOTOOLS= libtool:env aclocal:env autoheader:env automake:env autoconf:env USE_XORG= x11 xaw USE_LDCONFIG= yes |