diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-29 17:40:39 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-29 17:40:39 +0000 |
commit | f76f107e772e70464380fea0e54b154988fb704b (patch) | |
tree | ebddbb9019bad713a0197ff0808365217d4a1548 | |
parent | Update to 0.15.2. (diff) |
Use ${ARCH}-pc-freebsdX as CONFIGURE_TARGET instead of ${ARCH}-freebsdX. I
did not see any problems with the later on my local box, but it doesn't do
any harm, so put it in to make few users happy.
PR: 31333
Submitted by: "Alexander N. Kabaev" <ak03@gte.com>
-rw-r--r-- | x11-toolkits/rep-gtk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/rep-gtk2/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/sawfish/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/sawfish2/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/rep-gtk/Makefile b/x11-toolkits/rep-gtk/Makefile index 76d7e27bb69b..673b52406759 100644 --- a/x11-toolkits/rep-gtk/Makefile +++ b/x11-toolkits/rep-gtk/Makefile @@ -25,7 +25,7 @@ WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= ${ARCH}-freebsd${OSREL:C/\..*//} +CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//} .include <bsd.port.pre.mk> diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile index 76d7e27bb69b..673b52406759 100644 --- a/x11-toolkits/rep-gtk2/Makefile +++ b/x11-toolkits/rep-gtk2/Makefile @@ -25,7 +25,7 @@ WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= ${ARCH}-freebsd${OSREL:C/\..*//} +CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//} .include <bsd.port.pre.mk> diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index 498ae042c160..4b1ccd2b770b 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS= --with-readline \ --datadir=${PREFIX}/share CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= ${ARCH}-freebsd${OSREL:C/\..*//} +CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//} .include <bsd.port.pre.mk> diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index 498ae042c160..4b1ccd2b770b 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS= --with-readline \ --datadir=${PREFIX}/share CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= ${ARCH}-freebsd${OSREL:C/\..*//} +CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//} .include <bsd.port.pre.mk> |