diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-16 20:52:58 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-16 20:52:58 +0000 |
commit | 8052fd3fb7fe6d92a2417b006fdc2957f45cc132 (patch) | |
tree | 729163e48ba648e9fb5ba1252bf62584d782bfe5 /graphics/libart_lgpl/Makefile | |
parent | 99718a31ef357e9ddb0e9aa383d2c7c847330738 (diff) | |
download | FreeBSD-ports-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.zip FreeBSD-ports-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.tar.gz |
Utilize USE_GNOME= pkgconfig.
Diffstat (limited to 'graphics/libart_lgpl/Makefile')
-rw-r--r-- | graphics/libart_lgpl/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile index e7ba66c..7570fa7 100644 --- a/graphics/libart_lgpl/Makefile +++ b/graphics/libart_lgpl/Makefile @@ -16,13 +16,10 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library for high-performance 2D graphics -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig - USE_BZIP2= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_GNOME= gnomehack gnometarget +USE_GNOME= gnomehack gnometarget pkgconfig USE_LIBTOOL= yes CONFLICTS= libart-* |