diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /emulators/vx68k | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | FreeBSD-ports-da880765886f48c0ac8fd253e5601d04ea853215.zip FreeBSD-ports-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
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 15db624..fe324b1 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 1da85e5..5b665bb 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 |