diff options
author | krion <krion@FreeBSD.org> | 2004-06-16 15:05:38 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-06-16 15:05:38 +0000 |
commit | 92c3db807868f0375bc4f5f321c43d3967f2163c (patch) | |
tree | edfd3cb9ecece1237f33bb92b99ac49d07e3b2dc /x11-wm/fbpager | |
parent | a6128a32ae9cb4bf7b040ceb425df52af79b4325 (diff) | |
download | FreeBSD-ports-92c3db807868f0375bc4f5f321c43d3967f2163c.zip FreeBSD-ports-92c3db807868f0375bc4f5f321c43d3967f2163c.tar.gz |
Disable configure warning.
PR: ports/68009
Submitted by: maintainer
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 85f1f76..f1d014a 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 |