diff options
author | pav <pav@FreeBSD.org> | 2009-01-07 01:59:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-07 01:59:31 +0800 |
commit | 8ef21a396d8627cdfced24744c2bacb7cb0c9453 (patch) | |
tree | 06fbb407306ac7e1b7b00946df69737e787c8891 /sysutils/pecl-fileinfo | |
parent | e32973556a174646ad93cdf1b43963a9fc18eb55 (diff) | |
download | freebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.tar.gz freebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.tar.zst freebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.zip |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'sysutils/pecl-fileinfo')
-rw-r--r-- | sysutils/pecl-fileinfo/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/sysutils/pecl-fileinfo/Makefile b/sysutils/pecl-fileinfo/Makefile index c382a3087c72..17003b4e657e 100644 --- a/sysutils/pecl-fileinfo/Makefile +++ b/sysutils/pecl-fileinfo/Makefile @@ -20,15 +20,6 @@ COMMENT= A PECL extension to retrieve info about files USE_PHP= yes USE_PHPEXT= yes -.include <bsd.port.pre.mk> +CONFIGURE_ARGS= --with-fileinfo=/usr -.if ${OSVERSION} < 502128 -LIB_DEPENDS+= magic.1:${PORTSDIR}/sysutils/file -MAGICBASE= ${LOCALBASE} -.else -MAGICBASE= /usr -.endif - -CONFIGURE_ARGS= --with-fileinfo=${MAGICBASE} - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |