diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-14 11:31:10 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-14 11:31:10 +0000 |
commit | e7362f2eb5a373f7c0e94b1c94251fbbbc20dacc (patch) | |
tree | 63eb7e42e288c64dc40c4af6aa03e3ca2d3c5999 /emulators/suse_libtiff | |
parent | 0e49f1e2b411eca90f824d9749ad67350af95d1a (diff) | |
download | pkgsrc-e7362f2eb5a373f7c0e94b1c94251fbbbc20dacc.tar.gz |
Add FreeBSD support for suse linux packages, from Michal Pasternak in
PR pkg/23900.
Diffstat (limited to 'emulators/suse_libtiff')
-rw-r--r-- | emulators/suse_libtiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_libtiff/Makefile b/emulators/suse_libtiff/Makefile index 869a52eb71f..0e50556cb71 100644 --- a/emulators/suse_libtiff/Makefile +++ b/emulators/suse_libtiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/09/18 16:25:27 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/14 11:31:12 xtraeme Exp $ DISTNAME= libtiff PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -12,7 +12,7 @@ COMMENT= Linux compatibility package for the TIFF library DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base -ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc +ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc FreeBSD-*-i386 USE_BUILDLINK2= YES NO_BUILD= YES |