diff options
author | gahr <gahr@FreeBSD.org> | 2012-06-14 17:47:15 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-06-14 17:47:15 +0800 |
commit | 0c59d8e25ed0770242c6deea1cd2481032ed3aa6 (patch) | |
tree | a2d1a5e33c42422d1e385921d6742a30ee4f6f34 /graphics/tulip/Makefile | |
parent | 4933ba89bfd69b2d1a3f7a6e5c761089bb8591b4 (diff) | |
download | freebsd-ports-gnome-0c59d8e25ed0770242c6deea1cd2481032ed3aa6.tar.gz freebsd-ports-gnome-0c59d8e25ed0770242c6deea1cd2481032ed3aa6.tar.zst freebsd-ports-gnome-0c59d8e25ed0770242c6deea1cd2481032ed3aa6.zip |
- Update to 3.8.0
Release notes: http://tulip.labri.fr/TulipDrupal/?q=node/1851
Diffstat (limited to 'graphics/tulip/Makefile')
-rw-r--r-- | graphics/tulip/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index 6bfd46d6dc69..c92c3ab7a03a 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -7,8 +7,7 @@ # PORTNAME= tulip -PORTVERSION= 3.7.0 -PORTREVISION= 2 +PORTVERSION= 3.8.0 CATEGORIES= graphics MASTER_SITES= SF/auber/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} @@ -30,8 +29,7 @@ USE_PYTHON= yes USE_CMAKE= yes CMAKE_OUTSOURCE=yes CMAKE_ARGS+= -DLOCALBASE:PATH=${LOCALBASE} \ - -DPYTHON_INCLUDEDIR:PATH=${PYTHON_INCLUDEDIR} \ - -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE + -DPYTHON_INCLUDEDIR:PATH=${PYTHON_INCLUDEDIR} USE_LDCONFIG= ${PREFIX}/lib/tlp WRKSRC= ${WRKDIR}/${DISTNAME}-src |