diff options
author | Nick Hibma <n_hibma@FreeBSD.org> | 2002-12-22 10:23:10 +0000 |
---|---|---|
committer | Nick Hibma <n_hibma@FreeBSD.org> | 2002-12-22 10:23:10 +0000 |
commit | 3ed80008b3c17479cd5188aafbc3a914b9c224a5 (patch) | |
tree | cd8ebe67318de4f4181e4dcd846df94211e83a27 /graphics/qdraw | |
parent | Fix build on -current (diff) |
Correct location of port.
Change maintainer. I no longer work at Qube.
Notes
Notes:
svn path=/head/; revision=71776
Diffstat (limited to 'graphics/qdraw')
-rw-r--r-- | graphics/qdraw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/qdraw/Makefile b/graphics/qdraw/Makefile index b842f1156497..816095311bfc 100644 --- a/graphics/qdraw/Makefile +++ b/graphics/qdraw/Makefile @@ -8,10 +8,10 @@ PORTNAME= QDraw PORTVERSION= 0.7 CATEGORIES= graphics -MASTER_SITES= http://qdn.qubesoft.com/QDraw/download/ +MASTER_SITES= http://www.qubesoft.com/QDraw/download/ DISTNAME= ${PKGNAME} -MAINTAINER= n_hibma@FreeBSD.org +MAINTAINER= dfr@qubesoft.com LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ GL:${PORTSDIR}/graphics/Mesa3 |