1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Use USE_PKGCONFIG and remove lib version numbers in the dependencies.

This commit is contained in:
Raphael Kubo da Costa 2013-02-03 20:29:54 +00:00
parent e6ae4983f7
commit 1e7b6c6fae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311491

View File

@ -14,12 +14,13 @@ DISTNAME= ${PORTNAME}-gtk3-${PORTVERSION}
MAINTAINER= rakuco@FreeBSD.org
COMMENT= Oxygen GTK+ 3 engine and theme
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \
dbus-glib-1:${PORTSDIR}/devel/dbus-glib
USE_BZIP2= yes
USE_GNOME= gtk30 pkgconfig
USE_GNOME= gtk30
USE_CMAKE= yes
USE_PKGCONFIG= yes
MAKE_JOBS_SAFE= yes
.include <bsd.port.pre.mk>