diff options
author | miwi <miwi@FreeBSD.org> | 2014-06-01 09:46:01 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-06-01 09:46:01 +0000 |
commit | 65996f1cba409d3a07ffbf9e8dc21d43f6655ec1 (patch) | |
tree | c209730274163d0bbddbf9dc9c0d6a8c208f1ff6 | |
parent | d2dea494b34c6d6bfe604d3dcf4c8683ecc6ef7a (diff) | |
download | FreeBSD-ports-65996f1cba409d3a07ffbf9e8dc21d43f6655ec1.zip FreeBSD-ports-65996f1cba409d3a07ffbf9e8dc21d43f6655ec1.tar.gz |
- Stage support
-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 dce7e0b..bebc4bc 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> |