diff options
author | steve <steve@FreeBSD.org> | 2000-11-09 06:47:35 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-11-09 06:47:35 +0800 |
commit | f9ebeb5cb05a44b398e8dbe17c845ce4682b8851 (patch) | |
tree | 6d251171ed03f6664fcb3fd1892637469340d502 /sysutils/pwgen2 | |
parent | 5c362da40fac1e3f27d4e67fe9810e03890f00d5 (diff) | |
download | freebsd-ports-gnome-f9ebeb5cb05a44b398e8dbe17c845ce4682b8851.tar.gz freebsd-ports-gnome-f9ebeb5cb05a44b398e8dbe17c845ce4682b8851.tar.zst freebsd-ports-gnome-f9ebeb5cb05a44b398e8dbe17c845ce4682b8851.zip |
Spell gnugetopt.1 correctly in LIB_DEPENDS.
Diffstat (limited to 'sysutils/pwgen2')
-rw-r--r-- | sysutils/pwgen2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pwgen2/Makefile b/sysutils/pwgen2/Makefile index 401da3d1e3c9..0b574d684513 100644 --- a/sysutils/pwgen2/Makefile +++ b/sysutils/pwgen2/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 |