diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-24 02:47:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-24 02:47:35 +0000 |
commit | ca2b3ebd0d556ac8a35dd4f6f18e0295483abe38 (patch) | |
tree | 619d46e0585c9e60543597ceae550e37823091c9 | |
parent | b8042971d2997bb7911f5c95e0d4761571514f9f (diff) | |
download | ports-ca2b3ebd0d556ac8a35dd4f6f18e0295483abe38.tar.gz ports-ca2b3ebd0d556ac8a35dd4f6f18e0295483abe38.zip |
Notes
-rw-r--r-- | devel/florist-gpl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/florist-gpl/Makefile b/devel/florist-gpl/Makefile index 6938afc3dc34..78feb2f3a521 100644 --- a/devel/florist-gpl/Makefile +++ b/devel/florist-gpl/Makefile @@ -21,6 +21,8 @@ CFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ENV= CFLAGS="${CFLAGS}" \ LIBS="${PTHREAD_LIBS}" +.include <bsd.port.pre.mk> + # Check for GNAT sources. .if !exists(${DISTDIR}/${DISTFILE}) && !defined(PACKAGE_BUILDING) ECHO_MSG= ${PRINTF} @@ -35,4 +37,4 @@ IGNORE=Because of licensing and registration restrictions, you must fetch\n \ WRKSRC= ${WRKDIR}/florist-${PORTVERSION}-src -.include <bsd.port.mk> +.include <bsd.port.post.mk> |