diff options
Diffstat (limited to 'sysutils/cdargs/Makefile')
-rw-r--r-- | sysutils/cdargs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/cdargs/Makefile b/sysutils/cdargs/Makefile index f5b114e..b49b391 100644 --- a/sysutils/cdargs/Makefile +++ b/sysutils/cdargs/Makefile @@ -6,16 +6,17 @@ # PORTNAME= cdargs -PORTVERSION= 1.32 +PORTVERSION= 1.33 CATEGORIES= sysutils MASTER_SITES= http://www.skamphausen.de/software/cdargs/ MAINTAINER= wxs@csh.rit.edu COMMENT= Navigate the filesystem using a menu interface or a bookmark system -GNU_CONFIGURE= yes USE_GETOPT_LONG= yes USE_REINPLACE= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CFLAGS+= -DHAVE_DECL_GETOPT MAN1= cdargs.1 |