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 /converters | |
parent | 99718a31ef357e9ddb0e9aa383d2c7c847330738 (diff) | |
download | FreeBSD-ports-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.zip FreeBSD-ports-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.tar.gz |
Utilize USE_GNOME= pkgconfig.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/fribidi/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile index 53b5a25..506963f 100644 --- a/converters/fribidi/Makefile +++ b/converters/fribidi/Makefile @@ -16,11 +16,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gnome@FreeBSD.org COMMENT= A Free Implementation of the Unicode Bidirectional Algorithm -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig - USE_LIBTOOL= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack pkgconfig INSTALLS_SHLIB= yes .include <bsd.port.mk> |