diff options
author | trevor <trevor@FreeBSD.org> | 2003-12-04 03:07:21 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-12-04 03:07:21 +0000 |
commit | 42de37911a9897a32373f27c9d79bf133444cdc6 (patch) | |
tree | 4a43947f6fb327c4fb5da6e2ea121521c45ed402 /x11-toolkits/linux-gtk | |
parent | 77a55eea83f98e2fde75f5b783d0bed1878d9cbc (diff) | |
download | FreeBSD-ports-42de37911a9897a32373f27c9d79bf133444cdc6.zip FreeBSD-ports-42de37911a9897a32373f27c9d79bf133444cdc6.tar.gz |
Allow slave ports to set their own ONLY_FOR_ARCHS (fixes a problem
with my i386-only slave ports, noticed by kris in bento logs).
Diffstat (limited to 'x11-toolkits/linux-gtk')
-rw-r--r-- | x11-toolkits/linux-gtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/linux-gtk/Makefile b/x11-toolkits/linux-gtk/Makefile index 7a08315..90c1f04 100644 --- a/x11-toolkits/linux-gtk/Makefile +++ b/x11-toolkits/linux-gtk/Makefile @@ -21,7 +21,7 @@ COMMENT?= RPM of the Gtk lib BUILD_DEPENDS?= rpm:${PORTSDIR}/archivers/rpm USE_LINUX_PREFIX= yes -ONLY_FOR_ARCHS= i386 alpha +ONLY_FOR_ARCHS?= i386 alpha DIST_SUBDIR= rpm EXTRACT_ONLY= NO_BUILD= yes |