diff options
Diffstat (limited to 'graphics/xpm')
-rw-r--r-- | graphics/xpm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index f3cf2739f3af..d7f483610349 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -28,9 +28,9 @@ MAN1= cxpm.1 sxpm.1 .include <bsd.port.pre.mk> -#.if ${X_WINDOW_SYSTEM:L} != xfree86-3 -#IGNORE= is included in XFree86 >3.x -#.endif +.if ${X_WINDOW_SYSTEM:L} != xfree86-3 +IGNORE= is included in XFree86 >3.x +.endif post-install: @ranlib ${PREFIX}/lib/libXpm.a |