diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-28 11:28:30 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-28 11:28:30 +0800 |
commit | 084268b65b6a4ba8cd9a2c193b165516b7a70bfe (patch) | |
tree | bb96e15bdbdb742febe5467ec9a1dffea805d91b /graphics/truevision | |
parent | 63dee78872bf0f8c9861ab6e8fb93a43b3d4eaa8 (diff) | |
download | freebsd-ports-graphics-084268b65b6a4ba8cd9a2c193b165516b7a70bfe.tar.gz freebsd-ports-graphics-084268b65b6a4ba8cd9a2c193b165516b7a70bfe.tar.zst freebsd-ports-graphics-084268b65b6a4ba8cd9a2c193b165516b7a70bfe.zip |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead.
Diffstat (limited to 'graphics/truevision')
-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 306c32e6df2..77044a9893a 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 |