diff options
-rw-r--r-- | x11-fm/rox-filer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile index 0a6c6301b450..b5d4bb2ec943 100644 --- a/x11-fm/rox-filer/Makefile +++ b/x11-fm/rox-filer/Makefile @@ -6,6 +6,7 @@ PORTNAME= rox PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= rox @@ -29,7 +30,7 @@ MAN1= rox.1 .include <bsd.port.pre.mk> CONFIGURE_ENV= APP_DIR=${WRKSRC}/ROX-Filer -CONFIGURE_ARGS= --enable-rox +CONFIGURE_ARGS= --enable-rox --with-platform=FreeBSD CONFIGURE_WRKSRC= ${WRKSRC}/ROX-Filer/src BUILD_WRKSRC= ${CONFIGURE_WRKSRC} ALL_TARGET= |