summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorgrant <grant>2005-08-10 04:03:07 +0000
committergrant <grant>2005-08-10 04:03:07 +0000
commitd1df343086d60e5b4df4c7ead01f456bca052b03 (patch)
treee7db343721debe15a602ae48fefc272953b3963c /multimedia
parent6bff2f2cd82cae340660360ac41e634d39c55659 (diff)
downloadpkgsrc-d1df343086d60e5b4df4c7ead01f456bca052b03.tar.gz
custom targets belong before buildlink3 .includes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/smpeg/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/multimedia/smpeg/Makefile b/multimedia/smpeg/Makefile
index 471b4e61361..5391fd4868c 100644
--- a/multimedia/smpeg/Makefile
+++ b/multimedia/smpeg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/07/14 00:29:16 grant Exp $
+# $NetBSD: Makefile,v 1.11 2005/08/10 04:03:07 grant Exp $
#
DISTNAME= smpeg-0.4.4
@@ -20,10 +20,6 @@ USE_LIBTOOL= yes
CPPFLAGS+= -Dunix=1
-.include "../../devel/SDL/buildlink3.mk"
-.include "../../graphics/glu/buildlink3.mk"
-.include "../../x11/gtk/buildlink3.mk"
-
# smpeg sources (glmovie.c & glmovie-tile.c) assume <malloc.h> exists.
# Create a fake one for platforms that don't have it.
#
@@ -33,5 +29,7 @@ post-wrapper:
> ${BUILDLINK_DIR}/include/malloc.h; \
fi
-
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"