diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2009-04-04 17:51:10 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2009-04-04 17:51:10 +0000 |
commit | cd587fffff06cd7fe919841f6d5d1bae9afa7660 (patch) | |
tree | 56159c4564faa22bd3f4e65a9f6d34aca8ed283e /graphics/libqglviewer/Makefile | |
parent | fc027c862330ccf03c8ed65aa7ea6be2df44474d (diff) | |
download | ports-cd587fffff06cd7fe919841f6d5d1bae9afa7660.tar.gz ports-cd587fffff06cd7fe919841f6d5d1bae9afa7660.zip |
- Unmake docs mandatory in default installation.
- Bump PORTREVISION.
Reported by: QAT
Notes
Notes:
svn path=/head/; revision=231599
Diffstat (limited to 'graphics/libqglviewer/Makefile')
-rw-r--r-- | graphics/libqglviewer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/libqglviewer/Makefile b/graphics/libqglviewer/Makefile index 5f3ae7a75867..0d481194a71c 100644 --- a/graphics/libqglviewer/Makefile +++ b/graphics/libqglviewer/Makefile @@ -8,7 +8,7 @@ PORTNAME= libqglviewer PORTVERSION= 2.2.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://artis.imag.fr/Members/Gilles.Debunne/QGLViewer/src/ DISTNAME= libQGLViewer-${PORTVERSION:R}-${PORTVERSION:E} @@ -26,7 +26,6 @@ USE_GL= yes USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/share/doc/QGLViewer -PORTDOCS= * QMAKE?= ${LOCALBASE}/bin/qmake QMAKESPEC?= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ |