diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-16 20:52:58 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-16 20:52:58 +0000 |
commit | c413d0b2b0d9d7b85c15a35db3618986bf65fb8e (patch) | |
tree | 23b624c17f756dbd332b69b2852f4b1534df4a72 /devel/gnomecommon | |
parent | bbc9d6f0caf390f0cb8c6b4b6a3b731cc395286a (diff) |
Notes
Diffstat (limited to 'devel/gnomecommon')
-rw-r--r-- | devel/gnomecommon/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/gnomecommon/Makefile b/devel/gnomecommon/Makefile index 8a26d2d47eb5..895158be2f4e 100644 --- a/devel/gnomecommon/Makefile +++ b/devel/gnomecommon/Makefile @@ -16,12 +16,10 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Common automake macros for GNOME and GOME 2.0 -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig - USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes +USE_GNOME= pkgconfig GNU_CONFIGURE= yes CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |