diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /emulators/vx68k | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Notes
Diffstat (limited to 'emulators/vx68k')
-rw-r--r-- | emulators/vx68k/Makefile | 3 | ||||
-rw-r--r-- | emulators/vx68k/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/emulators/vx68k/Makefile b/emulators/vx68k/Makefile index 15db62465c74..fe324b1929aa 100644 --- a/emulators/vx68k/Makefile +++ b/emulators/vx68k/Makefile @@ -8,7 +8,7 @@ PORTNAME= vx68k PORTVERSION= 1.1.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= ftp://ftp.hypercore.co.jp/vx68k/${PORTNAME}-${PORTVERSION:R}/ @@ -23,7 +23,6 @@ USE_GNOME= gtk12 USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes LIBTOOLFILES= configure vx68k-gtk/configure -#LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= vx68k.1 diff --git a/emulators/vx68k/pkg-plist b/emulators/vx68k/pkg-plist index 1da85e5c32d5..5b665bbb103a 100644 --- a/emulators/vx68k/pkg-plist +++ b/emulators/vx68k/pkg-plist @@ -6,9 +6,11 @@ include/vx68k/machine.h include/vx68k/memory.h include/vx68k/version.h lib/libvx68k.a +lib/libvx68k.la lib/libvx68k.so lib/libvx68k.so.1 lib/libvx68kdos.a +lib/libvx68kdos.la lib/libvx68kdos.so lib/libvx68kdos.so.1 @dirrm include/vx68k |