summaryrefslogtreecommitdiff
path: root/devel/umbrello/Makefile
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-01-26 20:44:14 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-01-26 20:44:14 +0000
commitc69a7f5485d28c377c3cb15c3fe4d726780a493b (patch)
treeccfbbcdc323da854800412f84532a9153b6ee8ab /devel/umbrello/Makefile
parentdevel/uml --> devel/umbrello. (diff)
Properly define CONFIGURE_TARGET;
Respect CFLAGS.
Notes
Notes: svn path=/head/; revision=74052
Diffstat (limited to 'devel/umbrello/Makefile')
-rw-r--r--devel/umbrello/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/umbrello/Makefile b/devel/umbrello/Makefile
index d86f4e9e46b0..77d462e22be4 100644
--- a/devel/umbrello/Makefile
+++ b/devel/umbrello/Makefile
@@ -21,6 +21,6 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
INSTALLS_SHLIB= yes
-CONFIGURE_TARGET=
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>