diff options
author | pawel <pawel@FreeBSD.org> | 2013-02-15 03:53:27 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-02-15 03:53:27 +0800 |
commit | e811d2918718a76be5f0414a77b86a93ee7bd8fe (patch) | |
tree | 1b5efce39059e158434a5451736acf6a7ae8907c /deskutils | |
parent | 38827851969ba0078f130324d313e42626766463 (diff) | |
download | freebsd-ports-gnome-e811d2918718a76be5f0414a77b86a93ee7bd8fe.tar.gz freebsd-ports-gnome-e811d2918718a76be5f0414a77b86a93ee7bd8fe.tar.zst freebsd-ports-gnome-e811d2918718a76be5f0414a77b86a93ee7bd8fe.zip |
- Improve COMMENT
- Make RUN_DEPENDS path independent
- Remove ABI version from LIB_DEPENDS
- Trim Makefile header
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/treeline/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/deskutils/treeline/Makefile b/deskutils/treeline/Makefile index 18db71bcef68..f8c3b4a1a643 100644 --- a/deskutils/treeline/Makefile +++ b/deskutils/treeline/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: treeline -# Date created: Wed Jul 7 20:50:24 CEST 2004 -# Whom: Tobias Roth <ports@fsck.ch> -# +# Created by: Tobias Roth <ports@fsck.ch> # $FreeBSD$ -# PORTNAME= treeline PORTVERSION= 1.4.1 @@ -17,12 +13,12 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:treeline EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= pawel@FreeBSD.org -COMMENT= TreeLine is a structured information storage program +COMMENT= Structured information storage program LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \ - ${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:${PORTSDIR}/net/py-qt4-network +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui \ + ${PYTHON_PKGNAMEPREFIX}qt4-network>=0:${PORTSDIR}/net/py-qt4-network WRKSRC= ${WRKDIR}/TreeLine USE_QT4= # empty @@ -55,7 +51,7 @@ BUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif .if !${PORT_OPTIONS:MPYXML} -LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS+= expat:${PORTSDIR}/textproc/expat2 .endif .if ${PORT_OPTIONS:MHTTPLOAD} |