diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-04 09:53:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-04 09:53:35 +0000 |
commit | f7da70d9b46bf28e740f2515bdb4a773eda50a74 (patch) | |
tree | 19904c9a17ebe7fe6add7f11f3e65e869ed3009e /misc/lingoteach | |
parent | 0ed41b74a4673ed4c806a9a41262d94b32455f71 (diff) | |
download | ports-f7da70d9b46bf28e740f2515bdb4a773eda50a74.tar.gz ports-f7da70d9b46bf28e740f2515bdb4a773eda50a74.zip |
Notes
Diffstat (limited to 'misc/lingoteach')
-rw-r--r-- | misc/lingoteach/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/lingoteach/Makefile b/misc/lingoteach/Makefile index 30ae32b97c63..1f94981f26a3 100644 --- a/misc/lingoteach/Makefile +++ b/misc/lingoteach/Makefile @@ -7,7 +7,7 @@ PORTNAME= lingoteach PORTVERSION= 0.3.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,7 @@ DISTFILES+= ${PORTNAME}-sound-${SOUNDV}.tar.gz MAINTAINER= mva@sysfault.org COMMENT= A language teaching program with sound -LIB_DEPENDS= lingoteach.0:${PORTSDIR}/textproc/liblingoteach +LIB_DEPENDS= lingoteach.3:${PORTSDIR}/textproc/liblingoteach WRKSRC= ${WRKDIR}/${PORTNAME}-ui-${PORTVERSION} |