summaryrefslogtreecommitdiff
path: root/security/ocaml-ssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/ocaml-ssl/Makefile')
-rw-r--r--security/ocaml-ssl/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/ocaml-ssl/Makefile b/security/ocaml-ssl/Makefile
index 716269aa182..52fd998eeca 100644
--- a/security/ocaml-ssl/Makefile
+++ b/security/ocaml-ssl/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2008/01/18 05:09:39 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2008/03/03 18:14:19 tonio Exp $
#
-DISTNAME= ocaml-ssl-0.4.1
-PKGREVISION= 1
+DISTNAME= ocaml-ssl-0.4.2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=savonet/}
@@ -16,6 +15,7 @@ HAS_CONFIGURE= yes
USE_TOOLS+= gmake
BUILD_TARGET+= all
+.include "../../mk/bsd.prefs.mk"
.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \
(${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64")
PLIST_SRC+= PLIST.opt
@@ -23,8 +23,6 @@ PLIST_SRC+= PLIST.opt
PLIST_SRC+= PLIST
-
-
.include "../../lang/ocaml/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"