diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-19 15:31:30 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-19 15:31:30 +0000 |
commit | 5677fec44ee064d1c61d52a22e8c7d15718e80f3 (patch) | |
tree | 587daabd337bc9c8610f6b67a3d780796e0076ba /x11-toolkits | |
parent | 9ecab89d6b703bb68ffdb62b6fcce0eca8f5b406 (diff) | |
download | ports-5677fec44ee064d1c61d52a22e8c7d15718e80f3.tar.gz ports-5677fec44ee064d1c61d52a22e8c7d15718e80f3.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/linux-f10-gtk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/linux-f8-gtk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/linux-gtk/Makefile | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/x11-toolkits/linux-f8-gtk/Makefile b/x11-toolkits/linux-f8-gtk/Makefile index ad09225d8ad9..7a08315bc21d 100644 --- a/x11-toolkits/linux-f8-gtk/Makefile +++ b/x11-toolkits/linux-f8-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 diff --git a/x11-toolkits/linux-gtk/Makefile b/x11-toolkits/linux-gtk/Makefile index ad09225d8ad9..7a08315bc21d 100644 --- a/x11-toolkits/linux-gtk/Makefile +++ b/x11-toolkits/linux-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 |