diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-19 03:34:19 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-19 03:34:19 +0800 |
commit | b99255acf3fc068c6355d37206e4288d6bb96ed7 (patch) | |
tree | 77fb599282d1d1a55ba8dce7408881a7c3734441 | |
parent | 7e0ac27ae73a7f25cb0d1f8ff4ffd83344dfb3fa (diff) | |
download | freebsd-ports-gnome-b99255acf3fc068c6355d37206e4288d6bb96ed7.tar.gz freebsd-ports-gnome-b99255acf3fc068c6355d37206e4288d6bb96ed7.tar.zst freebsd-ports-gnome-b99255acf3fc068c6355d37206e4288d6bb96ed7.zip |
Point to the QT 3.2 Makefile instead of the 3.1 Makefile. This directory
probably needs a repo copy, but this should pacify bento for now.
Noticed by: makeduds on bento
-rw-r--r-- | korean/qt31/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/qt31/Makefile b/korean/qt31/Makefile index 8a79030101d9..2180447904a1 100644 --- a/korean/qt31/Makefile +++ b/korean/qt31/Makefile @@ -4,7 +4,7 @@ # # $FreeBSD$ -MASTERDIR= ${.CURDIR}/../../x11-toolkits/qt31 +MASTERDIR= ${.CURDIR}/../../x11-toolkits/qt32 EXTRA_PATCHES= ${.CURDIR}/files/patch-* CATEGORIES= korean x11-toolkits |