diff options
Diffstat (limited to 'graphics/gqview-devel/Makefile')
-rw-r--r-- | graphics/gqview-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gqview-devel/Makefile b/graphics/gqview-devel/Makefile index f68fa3155f38..f8dff64a5dee 100644 --- a/graphics/gqview-devel/Makefile +++ b/graphics/gqview-devel/Makefile @@ -12,6 +12,8 @@ COMMENT= Another gtk2-based graphic file viewer LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +NO_STAGE= yes + USES= pkgconfig USE_GNOME= gnomehier gtk20 GNU_CONFIGURE= yes @@ -23,7 +25,6 @@ MAN1= gqview.1 CONFLICTS= gqview-1.4* gqview-2.0* LATEST_LINK= gqview-devel -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$$prefix/share/doc/gqview-$$VERSION|${DOCSDIR}|g' \ ${WRKSRC}/configure |