diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-11 23:35:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-11 23:35:09 +0000 |
commit | 36a20764e5e7f49d4bbf64f42fba94bb523ba18c (patch) | |
tree | 685de66d26b6caa5a3837860bb5358fe66d62cab /x11-toolkits/libgtkeditor | |
parent | 4287a370a0192e71a5cda23afab2cdc3364d8b1d (diff) | |
download | ports-36a20764e5e7f49d4bbf64f42fba94bb523ba18c.tar.gz ports-36a20764e5e7f49d4bbf64f42fba94bb523ba18c.zip |
Notes
Diffstat (limited to 'x11-toolkits/libgtkeditor')
-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 |