diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-06 11:26:33 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-06 11:26:33 +0000 |
commit | d45ba9f4a2f536a4e296925cf83e08b9b422b671 (patch) | |
tree | d78bad7000cf40a053208f6921d232baa5215a2e /misc/deco/Makefile | |
parent | e73d3f5b4f15a870b77748399fe0e0d51f91c1fa (diff) |
Fixed to work on amd64.
Notes
Notes:
svn path=/head/; revision=123307
Diffstat (limited to 'misc/deco/Makefile')
-rw-r--r-- | misc/deco/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/deco/Makefile b/misc/deco/Makefile index 5754b9ef7c9e..420515ae44b8 100644 --- a/misc/deco/Makefile +++ b/misc/deco/Makefile @@ -7,7 +7,7 @@ PORTNAME= deco PORTVERSION= 3.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |