diff options
Diffstat (limited to 'openbsd/14.0.0/dependencies/libart-lgpl/Makefile')
-rw-r--r-- | openbsd/14.0.0/dependencies/libart-lgpl/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/openbsd/14.0.0/dependencies/libart-lgpl/Makefile b/openbsd/14.0.0/dependencies/libart-lgpl/Makefile index 18a066161..233bc22e0 100644 --- a/openbsd/14.0.0/dependencies/libart-lgpl/Makefile +++ b/openbsd/14.0.0/dependencies/libart-lgpl/Makefile @@ -2,16 +2,17 @@ PKGNAME= trinity-libart-lgpl-${VERSION} VERSION= 2.3.22${PREVERSION} -PREVERSION= ~pre6+634771a9 +PREVERSION= COMMENT= Library of functions for 2D graphics CATEGORIES= x11/trinity/dependencies HOMEPAGE= http://www.trinitydesktop.org/ MAINTAINER= François Andriot <francois.andriot@free.fr> -MASTER_SITES= http://nuc.vtf/tde/tde-tarballs/14.0.0/main/dependencies/ -DISTNAME= trinity-libart-lgpl-${TDE_VERSION}${PREVERSION} -EXTRACT_SUFX= .tar.gz +MASTER_SITES= http://ppa2.quickbuild.pearsoncomputing.net/redirect.php?file=releases/R14.0.0/dependencies/ +DISTNAME= libart-lgpl-R${TDE_VERSION}${PREVERSION} +EXTRACT_SUFX= .tar.bz2 +WRKDIST= ${WRKDIR}/dependencies/libart-lgpl PREFIX= ${TDE_PREFIX} |