diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-17 04:52:58 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-17 04:52:58 +0800 |
commit | 8052fd3fb7fe6d92a2417b006fdc2957f45cc132 (patch) | |
tree | 729163e48ba648e9fb5ba1252bf62584d782bfe5 /misc | |
parent | 99718a31ef357e9ddb0e9aa383d2c7c847330738 (diff) | |
download | freebsd-ports-gnome-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.tar.gz freebsd-ports-gnome-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.tar.zst freebsd-ports-gnome-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.zip |
Utilize USE_GNOME= pkgconfig.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-mime-data/Makefile | 4 | ||||
-rw-r--r-- | misc/gnomemimedata/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/misc/gnome-mime-data/Makefile b/misc/gnome-mime-data/Makefile index 55e5bc520959..b6a23f174149 100644 --- a/misc/gnome-mime-data/Makefile +++ b/misc/gnome-mime-data/Makefile @@ -16,13 +16,11 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= A MIME and Application database for GNOME -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomehier gnomeprefix gnometarget +USE_GNOME= gnomehack gnomehier gnomeprefix gnometarget pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" diff --git a/misc/gnomemimedata/Makefile b/misc/gnomemimedata/Makefile index 55e5bc520959..b6a23f174149 100644 --- a/misc/gnomemimedata/Makefile +++ b/misc/gnomemimedata/Makefile @@ -16,13 +16,11 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= A MIME and Application database for GNOME -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomehier gnomeprefix gnometarget +USE_GNOME= gnomehack gnomehier gnomeprefix gnometarget pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" |