diff options
Diffstat (limited to 'devel/fpc-newt')
| -rw-r--r-- | devel/fpc-newt/Makefile | 1 | ||||
| -rw-r--r-- | devel/fpc-newt/files/patch-packages_newt_fpmake.pp | 11 | ||||
| -rw-r--r-- | devel/fpc-newt/pkg-plist | 5 |
3 files changed, 13 insertions, 4 deletions
diff --git a/devel/fpc-newt/Makefile b/devel/fpc-newt/Makefile index 2d0a5bb0073e..deefa92aab52 100644 --- a/devel/fpc-newt/Makefile +++ b/devel/fpc-newt/Makefile @@ -1,7 +1,6 @@ # Created by: Christopher Key <cjk32@cam.ac.uk> # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= devel lang PKGNAMESUFFIX= -newt diff --git a/devel/fpc-newt/files/patch-packages_newt_fpmake.pp b/devel/fpc-newt/files/patch-packages_newt_fpmake.pp new file mode 100644 index 000000000000..ccc6e57a82a4 --- /dev/null +++ b/devel/fpc-newt/files/patch-packages_newt_fpmake.pp @@ -0,0 +1,11 @@ +--- packages/newt/fpmake.pp.orig 2015-01-05 19:27:06.000000000 +0000 ++++ packages/newt/fpmake.pp +@@ -18,7 +18,7 @@ begin + {$endif ALLPACKAGES} + P.Version:='3.0.1'; + P.SourcePath.Add('src'); +- P.OSes:=[Linux]; ++ P.OSes:=[Linux,dragonfly,freebsd]; + + T:=P.Targets.AddUnit('newt.pp'); + diff --git a/devel/fpc-newt/pkg-plist b/devel/fpc-newt/pkg-plist index d1af6a0d9c64..fc8eeedf6fff 100644 --- a/devel/fpc-newt/pkg-plist +++ b/devel/fpc-newt/pkg-plist @@ -1,4 +1,3 @@ -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/Package.fpc -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/newt.ppu +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/newt.fpm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/newt.o -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/libpnewt.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/newt.ppu |
