diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-09-12 23:17:32 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-09-12 23:17:32 +0000 |
commit | d6753a01643dbbfc2a8eadf5fbd285924a2e7ba8 (patch) | |
tree | b09c435a655fa8703d256f6feea496b4289e023c /sysutils/filedupe | |
parent | 111c64a61b450f55e91ead8c7666e49bc116eb25 (diff) | |
download | ports-d6753a01643dbbfc2a8eadf5fbd285924a2e7ba8.tar.gz ports-d6753a01643dbbfc2a8eadf5fbd285924a2e7ba8.zip |
Notes
Diffstat (limited to 'sysutils/filedupe')
-rw-r--r-- | sysutils/filedupe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/filedupe/Makefile b/sysutils/filedupe/Makefile index ac3e024f56e9..bf86001c7bc8 100644 --- a/sysutils/filedupe/Makefile +++ b/sysutils/filedupe/Makefile @@ -7,14 +7,14 @@ PORTNAME= filedupe PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://sammy.net/~sammy/hacks/ MAINTAINER= ports@FreeBSD.org COMMENT= A utility for quickly finding duplicate files -LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm +LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm PLIST_FILES= bin/filedupe |