diff options
author | ade <ade@FreeBSD.org> | 2001-05-23 00:49:11 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-23 00:49:11 +0000 |
commit | 33d20c6ae86f0ab85d600e154ac54a0064c88467 (patch) | |
tree | f88a06809de2952642f23a06d91399a99457680e /devel/ORBit2/Makefile | |
parent | 240164ffc5a306708c7eab6943cd16765e72d623 (diff) | |
download | FreeBSD-ports-33d20c6ae86f0ab85d600e154ac54a0064c88467.zip FreeBSD-ports-33d20c6ae86f0ab85d600e154ac54a0064c88467.tar.gz |
Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2
to make transitioning to GNOME/GTK+/GLIB a little easier.
Diffstat (limited to 'devel/ORBit2/Makefile')
-rw-r--r-- | devel/ORBit2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index 65b74f6..00d1df4 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/Makefile @@ -7,13 +7,16 @@ PORTNAME= ORBit PORTVERSION= 0.5.8 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/ORBit MAINTAINER= gnome@FreeBSD.org +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext +RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_GMAKE= yes USE_GLIB= yes |