diff options
author | mnag <mnag@FreeBSD.org> | 2006-04-30 01:57:03 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-04-30 01:57:03 +0800 |
commit | 5a15932e3001cf170ead2a8da89320354e9e4746 (patch) | |
tree | 0a2ddde0305492251c15548bec3803176d49e4d5 /comms/lirc | |
parent | 1407a925ab271e82bc9a0f4d2703e1a9d82136c8 (diff) | |
download | freebsd-ports-gnome-5a15932e3001cf170ead2a8da89320354e9e4746.tar.gz freebsd-ports-gnome-5a15932e3001cf170ead2a8da89320354e9e4746.tar.zst freebsd-ports-gnome-5a15932e3001cf170ead2a8da89320354e9e4746.zip |
- portlint(1)
PR: 95766
Submitted by: Alexander Botero-Lowry <alex___foxybanana.com>
Approved by: maintainer timeout (14 days)
Diffstat (limited to 'comms/lirc')
-rw-r--r-- | comms/lirc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index f34ce0bf6641..0c559b9dbb23 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -18,7 +18,7 @@ USE_XLIB= yes USE_GETOPT_LONG=yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes +INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-manage-devices --with-devdir=/var/lirc @@ -33,8 +33,9 @@ PLIST_SUB+= SMODE2= .else PLIST_SUB+= SMODE2="@comment " .endif + .if defined(WITH_IRMAN) -BUILD_DEPENDS= ${LOCALBASE}/lib/libirman.a:${PORTSDIR}/comms/libirman +BUILD_DEPENDS+= ${LOCALBASE}/lib/libirman.a:${PORTSDIR}/comms/libirman CONFIGURE_ARGS+= --with-driver=irman .if ${OSVERSION} >= 500041 # These are already included in the getopt_long case on < 50041 |