diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
commit | 5178b48938d20e336ec57a055a01cb66105cd20c (patch) | |
tree | 7b629f06e72f052bb88c209caf447e4bb6077033 /graphics/gd2/Makefile | |
parent | 5146cba1d9ca51f1f11a5ec365f8b409d99ecc15 (diff) | |
download | ports-5178b48938d20e336ec57a055a01cb66105cd20c.tar.gz ports-5178b48938d20e336ec57a055a01cb66105cd20c.zip |
Notes
Diffstat (limited to 'graphics/gd2/Makefile')
-rw-r--r-- | graphics/gd2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/gd2/Makefile b/graphics/gd2/Makefile index c2b017da4148..f52d25594171 100644 --- a/graphics/gd2/Makefile +++ b/graphics/gd2/Makefile @@ -19,9 +19,11 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype \ Xpm.4:${PORTSDIR}/graphics/xpm -USE_XLIB= YES +USE_XLIB= yes .endif +INSTALLS_SHLIBS= yes + pre-fetch: .if !defined(WITH_X11) @${ECHO} -n "If you want to compile in X support use " @@ -31,7 +33,4 @@ pre-fetch: pre-install: ${MKDIR} ${PREFIX}/include/gd -post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> |