diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /textproc/mythes | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) | |
download | ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip |
Notes
Diffstat (limited to 'textproc/mythes')
-rw-r--r-- | textproc/mythes/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/mythes/Makefile b/textproc/mythes/Makefile index db90cdc41e96..c16e52a278b6 100644 --- a/textproc/mythes/Makefile +++ b/textproc/mythes/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: mythes -# Date created: 2011-06-18 -# Whom: Baptiste Daroussin <bapt@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= mythes PORTVERSION= 1.2.3 @@ -16,8 +11,7 @@ COMMENT= Simple thesaurus library LIB_DEPENDS= hunspell-1.3:${PORTSDIR}/textproc/hunspell -USES= pathfix -USE_PKGCONFIG= build +USES= pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes |