diff options
Diffstat (limited to 'graphics/bugle/Makefile')
-rw-r--r-- | graphics/bugle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile index cdd302387b79..a81008bfa3ec 100644 --- a/graphics/bugle/Makefile +++ b/graphics/bugle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bugle -PORTVERSION= 0.0.20040614 +PORTVERSION= 0.0.20040719 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bugle @@ -23,5 +23,6 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LIBS="-L${X11BASE}/lib" +INSTALLS_SHLIB= yes .include <bsd.port.mk> |