diff options
author | linimon <linimon@FreeBSD.org> | 2007-02-03 05:29:09 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-02-03 05:29:09 +0800 |
commit | 365ff2f81ebb0d434bf6bb844add97bb61cb3272 (patch) | |
tree | 140c30129c6ea2753f4c2698047b72e1d09b7b05 /ports-mgmt | |
parent | e2587ee1139d1b6cdb8e70360c37210333e44937 (diff) | |
download | freebsd-ports-gnome-365ff2f81ebb0d434bf6bb844add97bb61cb3272.tar.gz freebsd-ports-gnome-365ff2f81ebb0d434bf6bb844add97bb61cb3272.tar.zst freebsd-ports-gnome-365ff2f81ebb0d434bf6bb844add97bb61cb3272.zip |
Catch this up with the master copy in ports/Mk.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmk/Mk/bsd.port.subdir.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/portmk/Mk/bsd.port.subdir.mk b/ports-mgmt/portmk/Mk/bsd.port.subdir.mk index 0ee1bce07b0b..0f93ac07a39a 100644 --- a/ports-mgmt/portmk/Mk/bsd.port.subdir.mk +++ b/ports-mgmt/portmk/Mk/bsd.port.subdir.mk @@ -61,7 +61,7 @@ OSVERSION!= /usr/sbin/sysctl -n kern.osreldate .endif .endif .if !defined(PORTOBJFORMAT) -PORTOBJFORMAT!= test -x ${DESTDIR}/usr/bin/objformat && ${DESTDIR}/usr/bin/objformat || echo aout +PORTOBJFORMAT?= elf .endif .endif |