summaryrefslogtreecommitdiff
path: root/x11/fltk/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2002-11-25 18:58:36 +0000
committerjlam <jlam>2002-11-25 18:58:36 +0000
commit8df1bb9449530fea9b22ac8cd827037356d1b349 (patch)
tree158d95ff651d9692d96fe3d4336253a6c1c204d1 /x11/fltk/Makefile
parent7e7269fa8327c7b28a35c9454ffe9b0b368d0fa9 (diff)
downloadpkgsrc-8df1bb9449530fea9b22ac8cd827037356d1b349.tar.gz
Bump PKGREVISION to on x11/fltk to 1: link the dependent libraries
directly into libfltk.{la,so} so that we don't need to guess at which additional libraries will be needed to link into a program when linking against libfltk. Suggested in private email by Dave Sainty <dave at dtsp dot co dot nz>.
Diffstat (limited to 'x11/fltk/Makefile')
-rw-r--r--x11/fltk/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile
index f8e0d9be09c..5e97d360425 100644
--- a/x11/fltk/Makefile
+++ b/x11/fltk/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.24 2002/08/25 18:40:29 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2002/11/25 18:58:36 jlam Exp $
#
-DISTNAME= ${PKGNAME}-source
-PKGNAME= fltk-1.0.11
-VERS= ${PKGNAME:S/fltk-//}
-WRKSRC= ${WRKDIR}/${PKGNAME}
+DISTNAME= fltk-1.0.11-source
+PKGNAME= ${DISTNAME:S/-source//}
+PKGREVISION= 1
+VERS= ${DISTNAME:S/fltk-//:S/-source//}
+WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//}
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=FLTK/} \
ftp://ftp.fltk.org/pub/fltk/${VERS}/ \