diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /graphics/PanoTools | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'graphics/PanoTools')
-rw-r--r-- | graphics/PanoTools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/PanoTools/Makefile b/graphics/PanoTools/Makefile index dd0331ac072..e5be517a8b1 100644 --- a/graphics/PanoTools/Makefile +++ b/graphics/PanoTools/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2003/08/23 15:18:00 jschauma Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/20 12:18:15 agc Exp $ # DISTNAME= PanoTools PKGNAME= ${DISTNAME}-2.6b1 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/PTLinux CATEGORIES= graphics java MASTER_SITES= http://www.path.unimelb.edu.au/~dersch/ @@ -14,6 +13,7 @@ COMMENT= View, create, edit, and remap panoramic images ONLY_FOR_PLATFORM= Linux-*-i[3-6]86 NetBSD-*-i386 +WRKSRC= ${WRKDIR}/PTLinux USE_JAVA= run USE_BUILDLINK2= YES USE_X11= YES |