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 /science/xmakemol | |
parent | 1679a3f535999d7959d45dfc6a5809c8e1ddf919 (diff) |
Notes
Diffstat (limited to 'science/xmakemol')
-rw-r--r-- | science/xmakemol/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/science/xmakemol/Makefile b/science/xmakemol/Makefile index 32dda8928c72..f937d825376e 100644 --- a/science/xmakemol/Makefile +++ b/science/xmakemol/Makefile @@ -1,8 +1,5 @@ -# New ports collection makefile for: xmakemol -# Date created: 8 June, 2001 -# Whom: Chi +# Created by: Chi # $FreeBSD$ -# PORTNAME= xmakemol PORTVERSION= 5.16 @@ -13,10 +10,9 @@ MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Molecule Viewer Program Based on Motif Widget +USES= gmake motif USE_XORG= xpm USE_GL= glut glw -USE_MOTIF= yes -USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= xmakemol.1 |