diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-12 07:35:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-12 07:35:09 +0800 |
commit | 315be50945742d4043544bbf02e79062b74416a2 (patch) | |
tree | c05d37ee8197849631e4908956d10c1e8a9df2ce /x11-toolkits | |
parent | 14f745c8574c8e16862286676b1df337e67f9746 (diff) | |
download | freebsd-ports-gnome-315be50945742d4043544bbf02e79062b74416a2.tar.gz freebsd-ports-gnome-315be50945742d4043544bbf02e79062b74416a2.tar.zst freebsd-ports-gnome-315be50945742d4043544bbf02e79062b74416a2.zip |
Override the CONFIGURE_TARGET in bsd.gnome.mk.
Reported by: bento
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libgtkeditor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/libgtkeditor/Makefile b/x11-toolkits/libgtkeditor/Makefile index d71411359080..32f9030c20b5 100644 --- a/x11-toolkits/libgtkeditor/Makefile +++ b/x11-toolkits/libgtkeditor/Makefile @@ -27,6 +27,7 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= ${MACHINE_ARCH}-portbld-freebsd${OSREL} pre-configure: .for file in install-sh config.sub mkinstalldirs |