diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
commit | 9250d94365048cf854570d93b5196aa250eba8f0 (patch) | |
tree | 9c130b083139cc77280c7e96cc9cea75a84d2d4c /x11/libgnome | |
parent | 09fa4f371396ff884f3845939561bfc786faf491 (diff) | |
download | ports-9250d94365048cf854570d93b5196aa250eba8f0.tar.gz ports-9250d94365048cf854570d93b5196aa250eba8f0.zip |
Notes
Diffstat (limited to 'x11/libgnome')
-rw-r--r-- | x11/libgnome/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index f22b01f77c9b..c5a1668b25d4 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: libgnome -# Date created: 17 June 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# +# Created by: Yukihiro Nakai <Nakai@technologist.com> # $FreeBSD$ # $MCom: ports/x11/libgnome/Makefile,v 1.135 2010/09/27 20:06:45 kwm Exp $ -# PORTNAME= libgnome PORTVERSION= 2.32.0 @@ -26,9 +22,9 @@ RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack esound libbonobo \ +USE_GNOME= gnomeprefix intlhack esound libbonobo \ gnomevfs2 ltverhack referencehack -USE_BISON= build +USES= bison pathfix USE_XORG= xpm USE_LDCONFIG= yes USE_AUTOTOOLS= libtool |