diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-02 19:04:46 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-02 19:04:46 +0000 |
commit | 4e9242b9673580b73b4b6e42447bd6c355789587 (patch) | |
tree | 55fa6e4316b84e3f398032f6a2cdfa86209ef76d /editors | |
parent | 18f7a176d753b4e769d6ad36affabcc1ad19ca3d (diff) | |
download | ports-4e9242b9673580b73b4b6e42447bd6c355789587.tar.gz ports-4e9242b9673580b73b4b6e42447bd6c355789587.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ted/Makefile | 7 | ||||
-rw-r--r-- | editors/ted/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 728cc635aff9..cb93ecacae2c 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ted -PORTVERSION= 2.11 +PORTVERSION= 2.12 CATEGORIES= editors textproc print MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ EXTRACT_SUFX= .src.tar.gz @@ -18,14 +18,15 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff WRKSRC= ${WRKDIR}/Ted-${PORTVERSION} +CONFIGURE_WRKSRC= ${WRKSRC}/Ted -USE_REINPLACE= yes USE_X_PREFIX= yes USE_XPM= yes USE_GNOMENG= yes USE_GNOME= gtk12 +USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_WRKSRC= ${WRKSRC}/Ted +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" CONFIGURE_ARGS= --with-GTK MAKE_ENV= DEF_AFMDIR="-DAFMDIR=\"\\\"${AFMDIR}\\\"\"" \ diff --git a/editors/ted/distinfo b/editors/ted/distinfo index a621f40ff9fa..25f54bf84068 100644 --- a/editors/ted/distinfo +++ b/editors/ted/distinfo @@ -1 +1 @@ -MD5 (ted-2.11.src.tar.gz) = 04b6f9a142f9c23e2022f89065c126e8 +MD5 (ted-2.12.src.tar.gz) = 4587e3218dd8aa1b1bae8a97b3b9eef6 |