diff options
author | marcus <marcus@FreeBSD.org> | 2002-12-02 09:39:32 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-12-02 09:39:32 +0800 |
commit | 01c354cd736678bf2a1b4dd6f4935a15200d0eca (patch) | |
tree | 6235168ca2e4eb7c0b1847a853ebafb0826ec2ac /www/gtkhtml3/Makefile | |
parent | 17abd40f965e7aebce90b822b9f1801545814e55 (diff) | |
download | freebsd-ports-gnome-01c354cd736678bf2a1b4dd6f4935a15200d0eca.tar.gz freebsd-ports-gnome-01c354cd736678bf2a1b4dd6f4935a15200d0eca.tar.zst freebsd-ports-gnome-01c354cd736678bf2a1b4dd6f4935a15200d0eca.zip |
Fix a typo that could result in ports depending on gtkhtml not to build.
Diffstat (limited to 'www/gtkhtml3/Makefile')
-rw-r--r-- | www/gtkhtml3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 276edc0ce996..b011dbf049a7 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtkhtml PORTVERSION= 1.1.6 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 |