diff options
author | nia <nia@pkgsrc.org> | 2020-01-21 15:09:03 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-01-21 15:09:03 +0000 |
commit | e9ed8931d63e1293f7ce44e1b1efdbc6c3d6ba81 (patch) | |
tree | b8a91038dfe6ec9d13f0b50719aeb1b271ab9977 /editors | |
parent | e72f61f5f9feebf4b02ab9791a6a4d438fcd4222 (diff) | |
download | pkgsrc-e9ed8931d63e1293f7ce44e1b1efdbc6c3d6ba81.tar.gz |
*: Use the 'gnome' virtual category some more.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ghex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index 4b2ebec33b4..624647a74d9 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2020/01/17 14:44:43 nia Exp $ +# $NetBSD: Makefile,v 1.55 2020/01/21 15:09:03 nia Exp $ DISTNAME= ghex-3.18.4 -CATEGORIES= editors +CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ghex/3.18/} EXTRACT_SUFX= .tar.xz |