diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-17 04:52:58 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-17 04:52:58 +0800 |
commit | c413d0b2b0d9d7b85c15a35db3618986bf65fb8e (patch) | |
tree | 23b624c17f756dbd332b69b2852f4b1534df4a72 /graphics | |
parent | bbc9d6f0caf390f0cb8c6b4b6a3b731cc395286a (diff) | |
download | freebsd-ports-gnome-c413d0b2b0d9d7b85c15a35db3618986bf65fb8e.tar.gz freebsd-ports-gnome-c413d0b2b0d9d7b85c15a35db3618986bf65fb8e.tar.zst freebsd-ports-gnome-c413d0b2b0d9d7b85c15a35db3618986bf65fb8e.zip |
Utilize USE_GNOME= pkgconfig.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libart_lgpl/Makefile | 5 | ||||
-rw-r--r-- | graphics/libart_lgpl2/Makefile | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile index e7ba66cf7e35..7570fa77770b 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-* diff --git a/graphics/libart_lgpl2/Makefile b/graphics/libart_lgpl2/Makefile index e7ba66cf7e35..7570fa77770b 100644 --- a/graphics/libart_lgpl2/Makefile +++ b/graphics/libart_lgpl2/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-* |