diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-01 09:46:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-01 09:46:01 +0000 |
commit | 318c2fe39f54a414bccc6d7b98106443c2845bee (patch) | |
tree | c209730274163d0bbddbf9dc9c0d6a8c208f1ff6 /print/gribouy/Makefile | |
parent | c73d867c23ac24313613fd046b781349b6088e68 (diff) |
Notes
Diffstat (limited to 'print/gribouy/Makefile')
-rw-r--r-- | print/gribouy/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/print/gribouy/Makefile b/print/gribouy/Makefile index dce7e0baf0f9..bebc4bc8edf5 100644 --- a/print/gribouy/Makefile +++ b/print/gribouy/Makefile @@ -5,17 +5,13 @@ PORTNAME= gribouy PORTVERSION= 0.0.8 PORTREVISION= 13 CATEGORIES= print gnome -#MASTER_SITES= ${MASTER_SITE_SAVANNAH} -#MASTER_SITE_SUBDIR= gribouy/unstable.pkg/${PORTVERSION:R} -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= bland +MASTER_SITES= LOCAL/bland MAINTAINER= gnome@FreeBSD.org COMMENT= Gribouy is a Type1 font editor USES= gmake pkgconfig -USE_GNOME= gnomeprefix gnomehack libglade2 libgnomeui +USE_GNOME= gnomeprefix gnomehack libglade2 libgnomeui GNU_CONFIGURE= yes -NO_STAGE= yes .include <bsd.port.mk> |