diff options
author | taoka <taoka@FreeBSD.org> | 2003-09-06 09:47:20 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2003-09-06 09:47:20 +0800 |
commit | b78e7772db7788890179cdf919b0f34d178d5a0f (patch) | |
tree | 19cef8ab4a15b3b7f7bd5719af30378e494550fa /news | |
parent | 9506c99273943997a5a41d992992f853e9a0af70 (diff) | |
download | freebsd-ports-gnome-b78e7772db7788890179cdf919b0f34d178d5a0f.tar.gz freebsd-ports-gnome-b78e7772db7788890179cdf919b0f34d178d5a0f.tar.zst freebsd-ports-gnome-b78e7772db7788890179cdf919b0f34d178d5a0f.zip |
- Add USE_AUTOCONF=yes
Obtained from: bento
- Update a rule to create the value of PORTVERSION
Diffstat (limited to 'news')
-rw-r--r-- | news/t-gnus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/t-gnus/Makefile b/news/t-gnus/Makefile index e165deaadbb1..41443f8a1421 100644 --- a/news/t-gnus/Makefile +++ b/news/t-gnus/Makefile @@ -6,7 +6,7 @@ # PORTNAME= t-gnus -PORTVERSION= ${TGNUSVERSION:S/quimby/q/g:S/_/./g:S/-/./g} +PORTVERSION= ${TGNUSVERSION:S/_/./g:S/-/./g} CATEGORIES= news mail elisp MASTER_SITES= http://www.jpl.org/elips/t-gnus-6.16/snapshots/ \ http://cvs.m17n.org/archives/gnus/ @@ -19,6 +19,7 @@ COMMENT= I18N Gnus using SEMI, which provides MIME capabilities BUILD_DEPENDS= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:${PORTSDIR}/editors/${MIMEUI_PORT_NAME} RUN_DEPENDS= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:${PORTSDIR}/editors/${MIMEUI_PORT_NAME} +USE_AUTOCONF= yes HAS_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" |