1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Support stage

Remove false dependency on libtool
This commit is contained in:
Baptiste Daroussin 2014-04-26 00:37:27 +00:00
parent f2b25e26e8
commit 542179079f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352200

View File

@ -10,7 +10,7 @@ MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= A collection of themes and icons for GNOME2
COMMENT= Collection of themes and icons for GNOME2
BUILD_DEPENDS= gtk-engines2>=2.15.0:${PORTSDIR}/x11-themes/gtk-engines2 \
icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils
@ -18,13 +18,12 @@ RUN_DEPENDS= gtk-engines2>=2.15.0:${PORTSDIR}/x11-themes/gtk-engines2
CONFLICTS= clearlooks-metacity-0.*
USE_BZIP2= yes
USES= gettext gmake pkgconfig
USE_AUTOTOOLS= libtool
USES= gettext gmake pkgconfig tar:bzip2
INSTALLS_ICONS= yes
USE_GNOME= gnomehack gnomeprefix intlhack metacity gtk20
USE_GNOME= gnomeprefix intlhack metacity gtk20
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
NO_STAGE= yes
.include <bsd.port.mk>