diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-19 23:31:30 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-19 23:31:30 +0800 |
commit | a901922526eb9317d7f511eccddfecdd947a6c33 (patch) | |
tree | be4d303840fc661bb35b71a7793056adfd824fb4 /x11-toolkits/linux-f10-gtk | |
parent | ea36096cff608304b6a5e3e563716790d1fc2a16 (diff) | |
download | freebsd-ports-gnome-a901922526eb9317d7f511eccddfecdd947a6c33.tar.gz freebsd-ports-gnome-a901922526eb9317d7f511eccddfecdd947a6c33.tar.zst freebsd-ports-gnome-a901922526eb9317d7f511eccddfecdd947a6c33.zip |
Make BUILD_DEPENDS changeable by slave ports.
Diffstat (limited to 'x11-toolkits/linux-f10-gtk')
-rw-r--r-- | x11-toolkits/linux-f10-gtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/linux-f10-gtk/Makefile b/x11-toolkits/linux-f10-gtk/Makefile index ad09225d8ad9..7a08315bc21d 100644 --- a/x11-toolkits/linux-f10-gtk/Makefile +++ b/x11-toolkits/linux-f10-gtk/Makefile @@ -18,7 +18,7 @@ DISTFILES= ${RPM_SET} MAINTAINER?= ports@FreeBSD.org COMMENT?= RPM of the Gtk lib -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm +BUILD_DEPENDS?= rpm:${PORTSDIR}/archivers/rpm USE_LINUX_PREFIX= yes ONLY_FOR_ARCHS= i386 alpha |