diff options
author | Steve Price <steve@FreeBSD.org> | 2000-11-08 22:47:35 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-11-08 22:47:35 +0000 |
commit | 42320dc7fe56ac13d4d5df5930217286c73d6092 (patch) | |
tree | 4c8afc6f85cd94047de91d2b179728d5ce53752b /sysutils/pwgen | |
parent | Fix builds under XFree86-4. (diff) |
Spell gnugetopt.1 correctly in LIB_DEPENDS.
Notes
Notes:
svn path=/head/; revision=34922
Diffstat (limited to 'sysutils/pwgen')
-rw-r--r-- | sysutils/pwgen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pwgen/Makefile b/sysutils/pwgen/Makefile index 401da3d1e3c9..0b574d684513 100644 --- a/sysutils/pwgen/Makefile +++ b/sysutils/pwgen/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.tricknology.org/ports/ MAINTAINER= oddbjorn@tricknology.org -LIB_DEPENDS= getopt.1:${PORTSDIR}/devel/libgnugetopt +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt WRKSRC= ${WRKDIR}/${PORTNAME}-1 |