diff options
-rw-r--r-- | comms/vrflash/Makefile | 2 | ||||
-rw-r--r-- | devel/gcvs/Makefile | 1 | ||||
-rw-r--r-- | emulators/frodo/Makefile | 2 | ||||
-rw-r--r-- | german/unix-connect/Makefile | 2 | ||||
-rw-r--r-- | security/openssh/Makefile | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/comms/vrflash/Makefile b/comms/vrflash/Makefile index 769130e..c41c67c 100644 --- a/comms/vrflash/Makefile +++ b/comms/vrflash/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.apex.net/~jeff/agenda-utils/vrflash-unix/ MAINTAINER= dinoex@FreeBSD.org -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes DOCS= agenda-flashing-overview.txt troubleshooting.txt \ pmon-protect-unprotect.txt usage.txt diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile index acd5ddd..f6f2014 100644 --- a/devel/gcvs/Makefile +++ b/devel/gcvs/Makefile @@ -21,6 +21,7 @@ USE_X_PREFIX= yes USE_GTK= yes GNU_CONFIGURE= yes USE_GMAKE= yes +BREAKS_IF_PEDANTIC= yes CONFIGURE_ARGS+= --with-tclinclude=${LOCALBASE}/include/tcl8.3 CONFIGURE_ARGS+= --with-tcllib=${LOCALBASE}/lib/tcl8.3 LIBS+= -lgnugetopt diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile index f74a58c..5c1263b 100644 --- a/emulators/frodo/Makefile +++ b/emulators/frodo/Makefile @@ -16,7 +16,7 @@ MAINTAINER= dinoex@FreeBSD.org RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 -USE_X_PREFIX= YES +USE_X_PREFIX= yes ALL_TARGET= Frodo WRKSRC= ${WRKDIR}/Frodo/Src diff --git a/german/unix-connect/Makefile b/german/unix-connect/Makefile index 180755a..2e0c111 100644 --- a/german/unix-connect/Makefile +++ b/german/unix-connect/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz WRKSRC= ${WRKDIR}/${DISTNAME} #USE_GMAKE= yes -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-user=news CONFIGURE_ARGS+=--with-group=dialer CONFIGURE_ARGS+=--with-execdir=${PREFIX}/libexec/uconnect diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 640fcf3..81612a8 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -19,7 +19,7 @@ PATCHFILES= openbsd28_3.0.2.patch MAINTAINER= dinoex@FreeBSD.org -USE_OPENSSL= YES +USE_OPENSSL= yes MAN1= scp.1 slogin.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 \ ssh-keyscan.1 sftp.1 |