diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-09 18:54:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-09 18:54:28 +0000 |
commit | 11008fac27e5485282926e61cd96bac1a4ae3069 (patch) | |
tree | 3b969fb0c53d4fb2ae1cc9be5ebaeeab1ed7e2c9 /graphics/apvlv | |
parent | 91aef48724f00ea5b70b061a0f80e8a21301e82e (diff) |
Notes
Diffstat (limited to 'graphics/apvlv')
-rw-r--r-- | graphics/apvlv/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/apvlv/Makefile b/graphics/apvlv/Makefile index 73f5ac760b0d..4e32d6aee5cf 100644 --- a/graphics/apvlv/Makefile +++ b/graphics/apvlv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: apvlv -# Date created: 03 May 2010 -# Whom: Ju Pengfei <jupengfei@gmail.com> -# +# Created by: Ju Pengfei <jupengfei@gmail.com> # $FreeBSD$ -# PORTNAME= apvlv PORTVERSION= 0.1.4 @@ -19,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= poppler-glib.8:${PORTSDIR}/graphics/poppler-glib USE_GNOME= gtk20 -USES= cmake +USES= cmake pkgconfig CMAKE_ARGS+= -DSYSCONFDIR=${PREFIX}/etc \ -DMANDIR=${MANPREFIX}/man \ -DDOCDIR=${DOCSDIR} \ |