diff options
-rw-r--r-- | devel/gperf/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/etoile-azalea/Makefile | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/gperf/Makefile b/devel/gperf/Makefile index 1fc0e5f5798..694bdf99f5e 100644 --- a/devel/gperf/Makefile +++ b/devel/gperf/Makefile @@ -15,9 +15,12 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Generates perfect hash functions for sets of keywords GNU_CONFIGURE= yes + MAN1= gperf.1 INFO= gperf CONFIGURE_ARGS+= --docdir=${DOCSDIR} +# avoid GPL3 +PORTSCOUT= skipv:3.0.4 regression-test: test diff --git a/x11-wm/etoile-azalea/Makefile b/x11-wm/etoile-azalea/Makefile index 7c9c59068de..7babdea1d80 100644 --- a/x11-wm/etoile-azalea/Makefile +++ b/x11-wm/etoile-azalea/Makefile @@ -27,6 +27,7 @@ WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION} USE_GNUSTEP_MAKE_DIRS+= Services/Private/Azalea ADDITIONAL_INCLUDE_DIRS+= -I${LOCALBASE}/include ADDITIONAL_LIB_DIRS+= -L${LOCALBASE}/lib +PORTSCOUT= limit:^0\.2$$ XWINDOWSERVERKIT_PORT?= x11/etoile-xwindowserverkit |