diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:02:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:02:35 +0000 |
commit | d8e365fd1ba854ccd1c98f67e25219fc9076754f (patch) | |
tree | 5616def3070e4d8e7889fc5b6cd9b9ca518b6520 /devel/gpsim | |
parent | ef181117592fc6026936099f7930d114af4a4719 (diff) |
Notes
Diffstat (limited to 'devel/gpsim')
-rw-r--r-- | devel/gpsim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gpsim/Makefile b/devel/gpsim/Makefile index f0cd13d32b16..acccd46c59f9 100644 --- a/devel/gpsim/Makefile +++ b/devel/gpsim/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Software simulator for Microchip PIC microcontrollers -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - gtkextra-x11-2.0.1:${PORTSDIR}/x11-toolkits/gtkextra2 +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ + libgtkextra-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtkextra2 RUN_DEPENDS= gpasm:${PORTSDIR}/devel/gputils USE_AUTOTOOLS= libtool |