diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 07:00:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 07:00:44 +0000 |
commit | 942c2a28be6e560a605ebc033cdb2621880953d1 (patch) | |
tree | 567d3c4f39ba679f84c7c393db293295d2f6b632 /lang/xds-c | |
parent | 1679a3f535999d7959d45dfc6a5809c8e1ddf919 (diff) | |
download | ports-942c2a28be6e560a605ebc033cdb2621880953d1.tar.gz ports-942c2a28be6e560a605ebc033cdb2621880953d1.zip |
Notes
Diffstat (limited to 'lang/xds-c')
-rw-r--r-- | lang/xds-c/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lang/xds-c/Makefile b/lang/xds-c/Makefile index 6ceaf19fd66c..e516f770d26b 100644 --- a/lang/xds-c/Makefile +++ b/lang/xds-c/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xds-c -# Date created: 29 January 2007 -# Whom: coumarin@gmail.com -# +# Created by: coumarin@gmail.com # $FreeBSD$ -# PORTNAME= xds-c PORTVERSION= 2.51 @@ -20,9 +16,8 @@ RESTRICTED= Excelsior forbids any redistribution ONLY_FOR_ARCHS= i386 ONLY_FOR_ARCHS_REASON= uses assembly code +USES= gmake motif USE_LINUX= yes -USE_GMAKE= yes -USE_MOTIF= yes WRKSRC= ${WRKDIR}/${PORTNAME} BUILD_WRKSRC= ${WRKSRC}/lib/C |