diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-19 13:12:27 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-19 13:12:27 +0000 |
commit | e50507418b73f4217384fddb453dd4a4cbc5dc8f (patch) | |
tree | 94dfe64b318d933ae4aaaab1e8d62b1d43fab232 /graphics/tifmerge | |
parent | Upgrade to 2.9a. (diff) |
Moved textproc/tuc to converters/tuc
Obtained from: "David O'Brien" <obrien@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=18882
Diffstat (limited to 'graphics/tifmerge')
-rw-r--r-- | graphics/tifmerge/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tifmerge/Makefile b/graphics/tifmerge/Makefile index 7dbea59e8721..e5936e379df3 100644 --- a/graphics/tifmerge/Makefile +++ b/graphics/tifmerge/Makefile @@ -3,7 +3,7 @@ # Date created: 29 April 1999 # Whom: G. Adam Stanislav <adam@whizkidtech.net> # -# $Id: Makefile,v 1.1.1.1 1999/05/03 04:27:41 steve Exp $ +# $Id: Makefile,v 1.2 1999/05/04 04:20:36 steve Exp $ # DISTNAME= tiff @@ -13,7 +13,7 @@ MASTER_SITES= http://www.whizkidtech.net/fports/ MAINTAINER= adam@whizkidtech.net -BUILD_DEPENDS= tuc:${PORTSDIR}/textproc/tuc +BUILD_DEPENDS= tuc:${PORTSDIR}/converters/tuc USE_ZIP= yes DIST_SUBDIR= tifmerge |