diff options
Diffstat (limited to 'x11-wm/sawfish2')
-rw-r--r-- | x11-wm/sawfish2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index 498ae04..4b1ccd2 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS= --with-readline \ --datadir=${PREFIX}/share CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= ${ARCH}-freebsd${OSREL:C/\..*//} +CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//} .include <bsd.port.pre.mk> |