--- src/makefiles/common.orig Sun Oct 3 21:51:35 1999 +++ src/makefiles/common Wed Oct 20 20:35:25 1999 @@ -48,7 +48,11 @@ ${CC} ${LFLAGS} -o $@ ${UTIL_OBJS} ftprestart.o rdservers.o ${XLIBS} ftpd: ${OBJS} ${XOBJS} ../support/libsupport.a +.if defined(PACKAGE_BUILDING) ${CC} ${LFLAGS} -o $@ ${OBJS} ${XOBJS} ${XLIBS} +.else + ${CC} -static ${LFLAGS} -o $@ ${OBJS} ${XOBJS} ${XLIBS} +.endif ckconfig: ${UTIL_OBJS} ckconfig.o rdservers.o ${CC} ${LFLAGS} -o $@ ${UTIL_OBJS} ckconfig.o rdservers.o ${XLIBS} .tw/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/uhub
Commit message (Expand)AuthorAgeFilesLines
* - Fix PLISTsunpoet2010-10-122-5/+5
* - Bump PORTREVISION for changing Perl dependencysunpoet2010-10-121-0/+1
* - Fix Perl dependency: use USE_PERL5_BUILD instead of USE_PERL5sunpoet2010-10-111-1/+1
* - Update to 0.3.2pav2010-06-024-7/+14
* - Update to 0.3.1pav2010-04-074-27/+12
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
* - Add missing patchnemoliu2010-02-021-0/+13
* - Update to to 0.3.0nemoliu2010-02-025-105/+25
* uHub is a high performance peer-to-peer hub for the ADC network.amdmi32009-11-12