diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
commit | 1e5f12f776f18f64b73fa7b72b979e38239746a0 (patch) | |
tree | bb96e15bdbdb742febe5467ec9a1dffea805d91b /graphics/truevision/Makefile | |
parent | 6f6e8eaa3a8af5e8893c5525a24287352db655e8 (diff) | |
download | ports-1e5f12f776f18f64b73fa7b72b979e38239746a0.tar.gz ports-1e5f12f776f18f64b73fa7b72b979e38239746a0.zip |
Notes
Diffstat (limited to 'graphics/truevision/Makefile')
-rw-r--r-- | graphics/truevision/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/truevision/Makefile b/graphics/truevision/Makefile index 306c32e6df2d..77044a9893ab 100644 --- a/graphics/truevision/Makefile +++ b/graphics/truevision/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: truevision -# Date created: Mar 12, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= truevision PORTVERSION= 0.5.5.2 @@ -22,7 +17,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} USE_BZIP2= yes USE_GETTEXT= yes -USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui +USES= pathfix +USE_GNOME= gnomeprefix intlhack libgnomeui USE_GL= gl USE_PYTHON= yes USE_GMAKE= yes |