diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-20 23:03:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-20 23:03:43 +0000 |
commit | 601d08c1d1c470a6b9578ffd9b0979017fc4cab0 (patch) | |
tree | 1431860dc18754f3aaa2b514ee46b7f6a95997cf /misc/lingoteach/Makefile | |
parent | 9a70599fac3ecfa263b3cf8bee3845cda6473b5c (diff) |
Notes
Diffstat (limited to 'misc/lingoteach/Makefile')
-rw-r--r-- | misc/lingoteach/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/lingoteach/Makefile b/misc/lingoteach/Makefile index b21c22501285..30ae32b97c63 100644 --- a/misc/lingoteach/Makefile +++ b/misc/lingoteach/Makefile @@ -7,6 +7,7 @@ PORTNAME= lingoteach PORTVERSION= 0.3.9 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -31,7 +32,7 @@ USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" # sound version -SOUNDV= 0.3.8 +SOUNDV= 0.3.9 .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug |