diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-09 04:38:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-09 04:38:48 +0800 |
commit | b0a4289f18ae755855fa218570033b7631f3093a (patch) | |
tree | 50e94dc2d7b78cfeeedccc6c933a55a1765d0253 /graphics/frontline/Makefile | |
parent | a4f637bb6d591dbc741cb84dcf75b6bcc2b910d1 (diff) | |
download | freebsd-ports-gnome-b0a4289f18ae755855fa218570033b7631f3093a.tar.gz freebsd-ports-gnome-b0a4289f18ae755855fa218570033b7631f3093a.tar.zst freebsd-ports-gnome-b0a4289f18ae755855fa218570033b7631f3093a.zip |
Update to 0.5.4 which fixes the build with the new autotrace.
Diffstat (limited to 'graphics/frontline/Makefile')
-rw-r--r-- | graphics/frontline/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/frontline/Makefile b/graphics/frontline/Makefile index 3f685859b1d4..5568d8d85295 100644 --- a/graphics/frontline/Makefile +++ b/graphics/frontline/Makefile @@ -6,10 +6,10 @@ # PORTNAME= frontline -PORTVERSION= 0.5.3 -PORTREVISION= 1 +PORTVERSION= 0.5.4 CATEGORIES= graphics gnome -MASTER_SITES= http://autotrace.sourceforge.net/frontline/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= autotrace MAINTAINER= gnome@FreeBSD.org |