diff options
author | obrien <obrien@FreeBSD.org> | 1999-10-27 17:03:55 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-10-27 17:03:55 +0800 |
commit | d318420e2ed8b5fe10a9e77767bf791802bd8bdd (patch) | |
tree | 1fccbde1e1de8e5801559ab72b1c7d0af68ca44d /textproc/dict | |
parent | 11a8e730652b28338464f7b658cb56705e0fa1d5 (diff) | |
download | freebsd-ports-gnome-d318420e2ed8b5fe10a9e77767bf791802bd8bdd.tar.gz freebsd-ports-gnome-d318420e2ed8b5fe10a9e77767bf791802bd8bdd.tar.zst freebsd-ports-gnome-d318420e2ed8b5fe10a9e77767bf791802bd8bdd.zip |
Keep an eye on this port.
Diffstat (limited to 'textproc/dict')
-rw-r--r-- | textproc/dict/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 90e77025b706..e8a4033c7661 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -1,3 +1,4 @@ +# ex:ts=8 # New ports collection makefile for: dict # Version required: 1.4.8 # Date created: 19 February 1998 @@ -12,6 +13,8 @@ CATEGORIES= textproc MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \ ftp://ftp.dict.org/pub/dict/ +MAINTAINER= obrien@FreeBSD.org + GNU_CONFIGURE= yes CONFIGURE_ARGS= "--with-cflags=${CFLAGS}" USE_GMAKE= yes |