diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 11:15:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 11:15:53 +0000 |
commit | b67bcd423b39aa9cae20f76a56a02c621aa3f295 (patch) | |
tree | f7359dd61a615ee63f07b752d7d286b4e4134527 /biology/molden | |
parent | 80e8e5525725f4d5d4b526dd3707f4e5fff1e84c (diff) |
Catch a couple of missing convertsion to :tu/:tl
Submitted by: ak
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=352993
Diffstat (limited to 'biology/molden')
-rw-r--r-- | biology/molden/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/molden/Makefile b/biology/molden/Makefile index 61fa648ca62b..c5fce0e78d66 100644 --- a/biology/molden/Makefile +++ b/biology/molden/Makefile @@ -22,7 +22,7 @@ USE_GL= glu MAKEFILE= makefile MAKE_JOBS_UNSAFE=yes -CFLAGS+= -D${OPSYS:U} -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0 \ +CFLAGS+= -D${OPSYS:tu} -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0 \ -I${LOCALBASE}/include -Wno-return-type PORTDOCS= * |