diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-10-17 11:31:24 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-10-17 11:31:24 +0000 |
commit | cd7828df0282425a48b043104b0ad33e1d630d54 (patch) | |
tree | 29478714ae33486c9d18d7bef645491f8349e37f /editors/dedit/Makefile | |
parent | f94d333d6d45a8c62fa3a0acf97b7be19233f5cf (diff) |
Notes
Diffstat (limited to 'editors/dedit/Makefile')
-rw-r--r-- | editors/dedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile index 1392f1504760..840fa3840bb9 100644 --- a/editors/dedit/Makefile +++ b/editors/dedit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dedit -PORTVERSION= 0.5.11 +PORTVERSION= 0.6.2 CATEGORIES= editors gnome MASTER_SITES= ftp://ftp.debian.org/debian/dists/unstable/main/source/editors/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASSE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -liconv" MAN1= dedit.1 |