diff options
author | marcus <marcus@FreeBSD.org> | 2006-04-30 12:41:46 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-04-30 12:41:46 +0800 |
commit | 6b5724ea47d4db5c92cd38057af2763bcc0cd5ad (patch) | |
tree | 45a917d33744514a38ea1f4809f04316a9ee2f72 /Mk/bsd.gnome.mk | |
parent | 3a5ad3386f79544510df16dfe43ff569da1dd40f (diff) | |
download | freebsd-ports-gnome-6b5724ea47d4db5c92cd38057af2763bcc0cd5ad.tar.gz freebsd-ports-gnome-6b5724ea47d4db5c92cd38057af2763bcc0cd5ad.tar.zst freebsd-ports-gnome-6b5724ea47d4db5c92cd38057af2763bcc0cd5ad.zip |
I took out too much of an experimental bsd.gnome.mk patch which caused
BUILD and RUN_DEPENDS not to get registered. Also, revert a regression
in CONFIGURE_TARGET.
Reported by: mnag
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 71c039cf1ae0..6b178e9126a5 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -113,7 +113,7 @@ gnomeprefix_CONFIGURE_ARGS=--localstatedir=${GNOME_LOCALSTATEDIR} \ --with-gconf-source=${GCONF_CONFIG_SOURCE} gnomeprefix_USE_GNOME_IMPL=gnomehier -gnometarget_CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} +gnometarget_CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} ESD_CONFIG?= ${LOCALBASE}/bin/esd-config esound_LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound @@ -661,7 +661,8 @@ PATCH_DEPENDS+= ${${component}_PATCH_DEPENDS} FETCH_DEPENDS+= ${${component}_FETCH_DEPENDS} EXTRACT_DEPENDS+=${${component}_EXTRACT_DEPENDS} BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS} -####################################################### +LIB_DEPENDS+= ${${component}_LIB_DEPENDS} +RUN_DEPENDS+= ${${component}_RUN_DEPENDS} CONFIGURE_ARGS+=${${component}_CONFIGURE_ARGS} CONFIGURE_ENV+= ${${component}_CONFIGURE_ENV} |