diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /x11-toolkits/xforms | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'x11-toolkits/xforms')
-rw-r--r-- | x11-toolkits/xforms/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile index 1bc7c2480e3e..a3bf1b9b2414 100644 --- a/x11-toolkits/xforms/Makefile +++ b/x11-toolkits/xforms/Makefile @@ -32,18 +32,18 @@ PATCHFILES= xforms-1.0-i18n_7.patch PATCH_DIST_STRIP= -p1 .endif -USE_XPM= yes +USE_XORG= xpm USE_GL= gl USE_IMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= fdesign.1 fd2ps.1 post-patch: ${REINPLACE_CMD} -e 's|-O4||' ${WRKSRC}/Imakefile -.if defined(X11BASE) -. if ${X11BASE} != "/usr/X11R6" - ${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' \ +.if defined(LOCALBASE) +. if ${LOCALBASE} != "/usr/X11R6" + ${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ ${WRKSRC}/image/rgb_db.c . endif .endif |