diff options
author | dinoex <dinoex@FreeBSD.org> | 2017-06-04 09:24:48 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2017-06-04 09:24:48 +0000 |
commit | 1a849bd78a53657602759bc40299fc423271e1bb (patch) | |
tree | df96fc4afb84870e7de709ab6902e48d891ce856 | |
parent | a6141efbbfafb0068704ed7a19bff0894213c38a (diff) | |
download | FreeBSD-ports-1a849bd78a53657602759bc40299fc423271e1bb.zip FreeBSD-ports-1a849bd78a53657602759bc40299fc423271e1bb.tar.gz |
- fix gperf on FreeBSD-11
-rw-r--r-- | german/unix-connect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/german/unix-connect/Makefile b/german/unix-connect/Makefile index d5ca0a4..abd8250 100644 --- a/german/unix-connect/Makefile +++ b/german/unix-connect/Makefile @@ -17,7 +17,7 @@ LICENSE= GPLv2 BSD3CLAUSE MANUAL_PACKAGE_BUILD= needs hostname -USES= fakeroot +USES= fakeroot gperf WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= yes |