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 /multimedia/kino | |
parent | - Fix pkg-plist for nano and nano-devel. (diff) |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead.
Notes
Notes:
svn path=/head/; revision=315433
Diffstat (limited to 'multimedia/kino')
-rw-r--r-- | multimedia/kino/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/multimedia/kino/Makefile b/multimedia/kino/Makefile index 201a3b107937..976618444c3b 100644 --- a/multimedia/kino/Makefile +++ b/multimedia/kino/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kino -# Date created: 10 April 2004 -# Whom: pb@FreeBSD.org -# +# Created by: pb@FreeBSD.org # $FreeBSD$ -# PORTNAME= kino PORTVERSION= 1.3.4 @@ -28,7 +24,8 @@ USE_XORG= x11 xv ice USE_AUTOTOOLS= autoconf USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix libglade2 libxml2 +USES= pathfix +USE_GNOME= gnomeprefix libglade2 libxml2 USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" |