diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-21 21:28:17 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-21 21:28:17 +0000 |
commit | ecab732bf80862fc3ef8a0d4188e5a224f2527c1 (patch) | |
tree | f76f71c5705b899933af2d6d3c5e669c16e0e92a /graphics/xpm/Makefile | |
parent | 03af199751b58215dbf57290c48aeba9c4ee4bea (diff) | |
download | ports-ecab732bf80862fc3ef8a0d4188e5a224f2527c1.tar.gz ports-ecab732bf80862fc3ef8a0d4188e5a224f2527c1.zip |
Notes
Diffstat (limited to 'graphics/xpm/Makefile')
-rw-r--r-- | graphics/xpm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index bce68a97f072..0dcdd6e9193f 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -3,7 +3,7 @@ # Date created: 14 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.16 1998/09/14 19:48:51 markm Exp $ +# $Id: Makefile,v 1.17 1998/09/16 01:36:13 steve Exp $ # DISTNAME= xpm-3.4k @@ -17,6 +17,9 @@ USE_IMAKE= yes MAN1= cxpm.1 sxpm.1 post-install: + if [ "${PORTOBJFORMAT}" = "aout" ]; then \ + ${LN} -sf libXpm.so.4.11 ${PREFIX}/lib/libXpm.so; \ + fi ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |