diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-16 15:05:38 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-16 15:05:38 +0000 |
commit | b80bd49db2fb75dc8f002171534c01a6bbb20cf8 (patch) | |
tree | 4473050b77f70390f5d302a9501d295d39b87cab /x11-wm/fbpager | |
parent | 563090eca945d284f11f4d6fd39c5492db3500bf (diff) | |
download | ports-b80bd49db2fb75dc8f002171534c01a6bbb20cf8.tar.gz ports-b80bd49db2fb75dc8f002171534c01a6bbb20cf8.zip |
Disable configure warning.
PR: ports/68009
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=111595
Diffstat (limited to 'x11-wm/fbpager')
-rw-r--r-- | x11-wm/fbpager/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/fbpager/Makefile b/x11-wm/fbpager/Makefile index 85f1f765b83b..f1d014a8121b 100644 --- a/x11-wm/fbpager/Makefile +++ b/x11-wm/fbpager/Makefile @@ -15,6 +15,7 @@ COMMENT= Desktop pager for the Fluxbox window manager USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_FILES= bin/fbpager PORTDOCS= AUTHORS ChangeLog NEWS README TODO |